Color Hex Logo

#cba087 Color Hex

#CBA087
(203,160,135)
0 Favorites   0 Comments

Color spaces of #cba087

RGB 203160135
HSL0.060.400.66
HSV22°33°80°
CMYK 0.000.210.33   0.20
XYZ41.572639.587428.3717
Yxy39.58740.37950.3614
Hunter Lab62.91857.834217.3075
CIE-Lab69.174612.409719.1094

#cba087 color RGB value is (203,160,135).

#cba087 hex color red value is 203, green value is 160 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cba087 hue: 0.06 , saturation: 0.40 and the lightness value of cba087 is 0.66.

The process color (four color CMYK) of #cba087 color hex is 0.00, 0.21, 0.33, 0.20. Web safe color of #cba087 is #cc9999. Color #cba087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 10000111
Octal 313 240 207
Decimal 203 160 135
Hex CB A0 87

RGB Percentages of Color #cba087

%40.76
%32.13
%27.11

CMYK Percentages of Color #cba087

%0
%21
%33
%20

Triadic Colors of #cba087

#cba087 #87cba0 #a087cb

Analogous Colors of #cba087

#cba087 #cbc287 #cb8790

Monochromatic Colors of #cba087

#cba087

Complementary Color

#cba087 #87b2cb

#cba087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba087 Color CSS Codes

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

#cba087 Text Font Color

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

This sample text font color is #cba087
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.


#cba087 Background Color

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

This div background color is #cba087


#cba087 Border Color

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

This div border color is #cba087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,160,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba087;
  -webkit-box-shadow: 1px 1px 3px 2px #cba087;
  box-shadow:         1px 1px 3px 2px #cba087; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,160,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba087


Comments

No comments written yet.

Please login to write comment.