Color Hex Logo

#cb580b Color Hex

#CB580B
(203,88,11)
0 Favorites   0 Comments

Color spaces of #cb580b

RGB 2038811
HSL0.070.900.42
HSV24°95°80°
CMYK 0.000.570.95   0.20
XYZ28.178719.70012.6339
Yxy19.70010.55790.3900
Hunter Lab44.384835.651427.5509
CIE-Lab51.496442.466058.5312

#cb580b color RGB value is (203,88,11).

#cb580b hex color red value is 203, green value is 88 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb580b hue: 0.07 , saturation: 0.90 and the lightness value of cb580b is 0.42.

The process color (four color CMYK) of #cb580b color hex is 0.00, 0.57, 0.95, 0.20. Web safe color of #cb580b is #cc6600. Color #cb580b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 00001011
Octal 313 130 13
Decimal 203 88 11
Hex CB 58 B

RGB Percentages of Color #cb580b

%67.22
%29.14
%3.64

CMYK Percentages of Color #cb580b

%0
%57
%95
%20

Triadic Colors of #cb580b

#cb580b #0bcb58 #580bcb

Analogous Colors of #cb580b

#cb580b #cbb80b #cb0b1e

Monochromatic Colors of #cb580b

#cb580b

Complementary Color

#cb580b #0b7ecb

#cb580b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb580b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb580b Color CSS Codes

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

#cb580b Text Font Color

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

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


#cb580b Background Color

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

This div background color is #cb580b


#cb580b Border Color

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

This div border color is #cb580b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb580b


Comments

No comments written yet.

Please login to write comment.