Color Hex Logo

#cd465a Color Hex

#CD465A
(205,70,90)
0 Favorites   0 Comments

Color spaces of #cd465a

RGB 2057090
HSL0.980.570.54
HSV351°66°80°
CMYK 0.000.660.56   0.20
XYZ29.212518.097611.6264
Yxy18.09760.49570.3071
Hunter Lab42.541348.126213.5751
CIE-Lab49.614354.607118.2443

#cd465a color RGB value is (205,70,90).

#cd465a hex color red value is 205, green value is 70 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cd465a hue: 0.98 , saturation: 0.57 and the lightness value of cd465a is 0.54.

The process color (four color CMYK) of #cd465a color hex is 0.00, 0.66, 0.56, 0.20. Web safe color of #cd465a is #cc3366. Color #cd465a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000110 01011010
Octal 315 106 132
Decimal 205 70 90
Hex CD 46 5A

RGB Percentages of Color #cd465a

%56.16
%19.18
%24.66

CMYK Percentages of Color #cd465a

%0
%66
%56
%20

Triadic Colors of #cd465a

#cd465a #5acd46 #465acd

Analogous Colors of #cd465a

#cd465a #cd7646 #cd469e

Monochromatic Colors of #cd465a

#cd465a

Complementary Color

#cd465a #46cdb9

#cd465a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd465a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd465a Color CSS Codes

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

#cd465a Text Font Color

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

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


#cd465a Background Color

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

This div background color is #cd465a


#cd465a Border Color

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

This div border color is #cd465a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd465a


Comments

No comments written yet.

Please login to write comment.