Color Hex Logo

#cb420e Color Hex

#CB420E
(203,66,14)
0 Favorites   0 Comments

Color spaces of #cb420e

RGB 2036614
HSL0.050.870.43
HSV17°93°80°
CMYK 0.000.670.93   0.20
XYZ26.656116.62462.2194
Yxy16.62460.58580.3654
Hunter Lab40.773345.343625.3140
CIE-Lab47.783552.353655.3385

#cb420e color RGB value is (203,66,14).

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

The process color (four color CMYK) of #cb420e color hex is 0.00, 0.67, 0.93, 0.20. Web safe color of #cb420e is #cc3300. Color #cb420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 00001110
Octal 313 102 16
Decimal 203 66 14
Hex CB 42 E

RGB Percentages of Color #cb420e

%71.73
%23.32
%4.95

CMYK Percentages of Color #cb420e

%0
%67
%93
%20

Triadic Colors of #cb420e

#cb420e #0ecb42 #420ecb

Analogous Colors of #cb420e

#cb420e #cba10e #cb0e38

Monochromatic Colors of #cb420e

#cb420e

Complementary Color

#cb420e #0e97cb

#cb420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb420e Color CSS Codes

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

#cb420e Text Font Color

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

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


#cb420e Background Color

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

This div background color is #cb420e


#cb420e Border Color

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

This div border color is #cb420e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,66,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 #cb420e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb420e


Comments

No comments written yet.

Please login to write comment.