Color Hex Logo

#cb875e Color Hex

#CB875E
(203,135,94)
0 Favorites   0 Comments

Color spaces of #cb875e

RGB 20313594
HSL0.060.510.58
HSV23°54°80°
CMYK 0.000.330.54   0.20
XYZ35.313030.832614.6798
Yxy30.83260.43690.3815
Hunter Lab55.527116.346323.1944
CIE-Lab62.366121.662732.5605

#cb875e color RGB value is (203,135,94).

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

The process color (four color CMYK) of #cb875e color hex is 0.00, 0.33, 0.54, 0.20. Web safe color of #cb875e is #cc9966. Color #cb875e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 01011110
Octal 313 207 136
Decimal 203 135 94
Hex CB 87 5E

RGB Percentages of Color #cb875e

%46.99
%31.25
%21.76

CMYK Percentages of Color #cb875e

%0
%33
%54
%20

Triadic Colors of #cb875e

#cb875e #5ecb87 #875ecb

Analogous Colors of #cb875e

#cb875e #cbbe5e #cb5e6c

Monochromatic Colors of #cb875e

#cb875e

Complementary Color

#cb875e #5ea2cb

#cb875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb875e Color CSS Codes

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

#cb875e Text Font Color

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

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


#cb875e Background Color

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

This div background color is #cb875e


#cb875e Border Color

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

This div border color is #cb875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb875e

#cb875e Color Palettes


Comments

No comments written yet.

Please login to write comment.