Color Hex Logo

#cb814b Color Hex

#CB814B
(203,129,75)
0 Favorites   0 Comments

Color spaces of #cb814b

RGB 20312975
HSL0.070.550.55
HSV25°63°80°
CMYK 0.000.360.63   0.20
XYZ33.748928.905010.4571
Yxy28.90500.46160.3954
Hunter Lab53.763417.964026.1023
CIE-Lab60.697723.466740.6476

#cb814b color RGB value is (203,129,75).

#cb814b hex color red value is 203, green value is 129 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cb814b hue: 0.07 , saturation: 0.55 and the lightness value of cb814b is 0.55.

The process color (four color CMYK) of #cb814b color hex is 0.00, 0.36, 0.63, 0.20. Web safe color of #cb814b is #cc9933. Color #cb814b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000001 01001011
Octal 313 201 113
Decimal 203 129 75
Hex CB 81 4B

RGB Percentages of Color #cb814b

%49.88
%31.70
%18.43

CMYK Percentages of Color #cb814b

%0
%36
%63
%20

Triadic Colors of #cb814b

#cb814b #4bcb81 #814bcb

Analogous Colors of #cb814b

#cb814b #cbc14b #cb4b55

Monochromatic Colors of #cb814b

#cb814b

Complementary Color

#cb814b #4b95cb

#cb814b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb814b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb814b Color CSS Codes

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

#cb814b Text Font Color

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

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


#cb814b Background Color

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

This div background color is #cb814b


#cb814b Border Color

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

This div border color is #cb814b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb814b


Comments

No comments written yet.

Please login to write comment.