Color Hex Logo

#cd462e Color Hex

#CD462E
(205,70,46)
0 Favorites   0 Comments

Color spaces of #cd462e

RGB 2057046
HSL0.030.630.49
HSV78°80°
CMYK 0.000.660.78   0.20
XYZ27.860117.55674.5052
Yxy17.55670.55810.3517
Hunter Lab41.900745.359722.9556
CIE-Lab48.954052.163742.8148

#cd462e color RGB value is (205,70,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000110 00101110
Octal 315 106 56
Decimal 205 70 46
Hex CD 46 2E

RGB Percentages of Color #cd462e

%63.86
%21.81
%14.33

CMYK Percentages of Color #cd462e

%0
%66
%78
%20

Triadic Colors of #cd462e

#cd462e #2ecd46 #462ecd

Analogous Colors of #cd462e

#cd462e #cd962e #cd2e66

Monochromatic Colors of #cd462e

#cd462e

Complementary Color

#cd462e #2eb5cd

#cd462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd462e Color CSS Codes

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

#cd462e Text Font Color

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

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


#cd462e Background Color

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

This div background color is #cd462e


#cd462e Border Color

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

This div border color is #cd462e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd462e


Comments

No comments written yet.

Please login to write comment.