Color Hex Logo

#cd462a Color Hex

#CD462A
(205,70,42)
0 Favorites   0 Comments

Color spaces of #cd462a

RGB 2057042
HSL0.030.660.48
HSV10°80°80°
CMYK 0.000.660.80   0.20
XYZ27.784917.52664.1090
Yxy17.52660.56220.3546
Hunter Lab41.864845.203923.4861
CIE-Lab48.916852.024744.8411

#cd462a color RGB value is (205,70,42).

#cd462a hex color red value is 205, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cd462a hue: 0.03 , saturation: 0.66 and the lightness value of cd462a is 0.48.

The process color (four color CMYK) of #cd462a color hex is 0.00, 0.66, 0.80, 0.20. Web safe color of #cd462a is #cc3333. Color #cd462a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000110 00101010
Octal 315 106 52
Decimal 205 70 42
Hex CD 46 2A

RGB Percentages of Color #cd462a

%64.67
%22.08
%13.25

CMYK Percentages of Color #cd462a

%0
%66
%80
%20

Triadic Colors of #cd462a

#cd462a #2acd46 #462acd

Analogous Colors of #cd462a

#cd462a #cd982a #cd2a60

Monochromatic Colors of #cd462a

#cd462a

Complementary Color

#cd462a #2ab1cd

#cd462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd462a Color CSS Codes

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

#cd462a Text Font Color

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

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


#cd462a Background Color

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

This div background color is #cd462a


#cd462a Border Color

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

This div border color is #cd462a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,70,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd462a


Comments

No comments written yet.

Please login to write comment.