Color Hex Logo

#cb590e Color Hex

#CB590E
(203,89,14)
0 Favorites   0 Comments

Color spaces of #cb590e

RGB 2038914
HSL0.070.870.43
HSV24°93°80°
CMYK 0.000.560.93   0.20
XYZ28.280219.87302.7608
Yxy19.87300.55550.3903
Hunter Lab44.579135.223727.5336
CIE-Lab51.693342.017257.9562

#cb590e color RGB value is (203,89,14).

#cb590e hex color red value is 203, green value is 89 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cb590e hue: 0.07 , saturation: 0.87 and the lightness value of cb590e is 0.43.

The process color (four color CMYK) of #cb590e color hex is 0.00, 0.56, 0.93, 0.20. Web safe color of #cb590e is #cc6600. Color #cb590e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 00001110
Octal 313 131 16
Decimal 203 89 14
Hex CB 59 E

RGB Percentages of Color #cb590e

%66.34
%29.08
%4.58

CMYK Percentages of Color #cb590e

%0
%56
%93
%20

Triadic Colors of #cb590e

#cb590e #0ecb59 #590ecb

Analogous Colors of #cb590e

#cb590e #cbb80e #cb0e21

Monochromatic Colors of #cb590e

#cb590e

Complementary Color

#cb590e #0e80cb

#cb590e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb590e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb590e Color CSS Codes

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

#cb590e Text Font Color

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

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


#cb590e Background Color

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

This div background color is #cb590e


#cb590e Border Color

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

This div border color is #cb590e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb590e


Comments

No comments written yet.

Please login to write comment.