Color Hex Logo

#cd420b Color Hex

#CD420B
(205,66,11)
0 Favorites   0 Comments

Color spaces of #cd420b

RGB 2056611
HSL0.050.900.42
HSV17°95°80°
CMYK 0.000.680.95   0.20
XYZ27.185516.89972.1457
Yxy16.89970.58800.3655
Hunter Lab41.109246.100725.6818
CIE-Lab48.133452.997856.5534

#cd420b color RGB value is (205,66,11).

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

The process color (four color CMYK) of #cd420b color hex is 0.00, 0.68, 0.95, 0.20. Web safe color of #cd420b is #cc3300. Color #cd420b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 00001011
Octal 315 102 13
Decimal 205 66 11
Hex CD 42 B

RGB Percentages of Color #cd420b

%72.70
%23.40
%3.90

CMYK Percentages of Color #cd420b

%0
%68
%95
%20

Triadic Colors of #cd420b

#cd420b #0bcd42 #420bcd

Analogous Colors of #cd420b

#cd420b #cda30b #cd0b35

Monochromatic Colors of #cd420b

#cd420b

Complementary Color

#cd420b #0b96cd

#cd420b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd420b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd420b Color CSS Codes

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

#cd420b Text Font Color

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

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


#cd420b Background Color

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

This div background color is #cd420b


#cd420b Border Color

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

This div border color is #cd420b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd420b


Comments

No comments written yet.

Please login to write comment.