color codes Logo

#a58cbb color codes

#A58CBB
(165,140,187)
0 Favorites   0 Comments

Color spaces of #a58cbb

RGB 165140187
HSL0.760.260.64
HSV272°25°73°
CMYK 0.120.250.00   0.27
XYZ33.864830.343451.0857
Yxy30.34340.29370.2632
Hunter Lab55.084813.3389-16.4262
CIE-Lab61.949418.4762-21.0136

#a58cbb color RGB value is (165,140,187).

#a58cbb hex color red value is 165, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a58cbb hue: 0.76 , saturation: 0.26 and the lightness value of a58cbb is 0.64.

The process color (four color CMYK) of #a58cbb color code is 0.12, 0.25, 0.00, 0.27. Web safe color of #a58cbb is #9999cc. Color #a58cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 10111011
Octal 245 214 273
Decimal 165 140 187
Hex A5 8C BB

RGB Percentages of Color #a58cbb

%33.54
%28.46
%38.01

CMYK Percentages of Color #a58cbb

%12
%25
%0
%27

Triadic Colors of #a58cbb

#a58cbb #bba58c #8cbba5

Analogous Colors of #a58cbb

#a58cbb #bb8cba #8e8cbb

Monochromatic Colors of #a58cbb

#a58cbb

Complementary Color

#a58cbb #a2bb8c

#a58cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58cbb Color CSS Codes

.mybgcolor {background-color:#a58cbb; } 
.myforecolor {color:#a58cbb; }
.mybordercolor {border:3px solid #a58cbb; }

#a58cbb Text Font Color

<p style="color:#a58cbb">Text here</p>

This sample text font color is #a58cbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a58cbb Background Color

<div style="background-color:#a58cbb">
Div content here</div>

This div background color is #a58cbb


#a58cbb Border Color

<div style="border:3px solid #a58cbb">
Div here</div>

This div border color is #a58cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,140,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a58cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a58cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #a58cbb;
  box-shadow:         1px 1px 3px 2px #a58cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,140,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a58cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a58cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #a58cbb;
  box-shadow:         1px 1px 3px 2px #a58cbb;">
Div content here</div>

This div box has shadow with color #a58cbb


Comments

No comments written yet.

Please login to write comment.