Color Hex Logo

#cb874e Color Hex

#CB874E
(203,135,78)
0 Favorites   0 Comments

Color spaces of #cb874e

RGB 20313578
HSL0.080.550.55
HSV27°62°80°
CMYK 0.000.330.62   0.20
XYZ34.667730.574511.2820
Yxy30.57450.45300.3995
Hunter Lab55.294215.148926.6087
CIE-Lab62.146820.404940.7984

#cb874e color RGB value is (203,135,78).

#cb874e hex color red value is 203, green value is 135 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cb874e hue: 0.08 , saturation: 0.55 and the lightness value of cb874e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 01001110
Octal 313 207 116
Decimal 203 135 78
Hex CB 87 4E

RGB Percentages of Color #cb874e

%48.80
%32.45
%18.75

CMYK Percentages of Color #cb874e

%0
%33
%62
%20

Triadic Colors of #cb874e

#cb874e #4ecb87 #874ecb

Analogous Colors of #cb874e

#cb874e #cbc64e #cb4e54

Monochromatic Colors of #cb874e

#cb874e

Complementary Color

#cb874e #4e92cb

#cb874e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb874e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb874e Color CSS Codes

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

#cb874e Text Font Color

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

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


#cb874e Background Color

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

This div background color is #cb874e


#cb874e Border Color

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

This div border color is #cb874e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb874e


Comments

No comments written yet.

Please login to write comment.