Color Hex Logo

#cd466a Color Hex

#CD466A
(205,70,106)
0 Favorites   0 Comments

Color spaces of #cd466a

RGB 20570106
HSL0.960.570.54
HSV344°66°80°
CMYK 0.000.660.48   0.20
XYZ29.968518.400115.6077
Yxy18.40010.46840.2876
Hunter Lab42.895349.64088.4538
CIE-Lab49.977855.92609.0847

#cd466a color RGB value is (205,70,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000110 01101010
Octal 315 106 152
Decimal 205 70 106
Hex CD 46 6A

RGB Percentages of Color #cd466a

%53.81
%18.37
%27.82

CMYK Percentages of Color #cd466a

%0
%66
%48
%20

Triadic Colors of #cd466a

#cd466a #6acd46 #466acd

Analogous Colors of #cd466a

#cd466a #cd6646 #cd46ae

Monochromatic Colors of #cd466a

#cd466a

Complementary Color

#cd466a #46cda9

#cd466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd466a Color CSS Codes

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

#cd466a Text Font Color

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

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


#cd466a Background Color

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

This div background color is #cd466a


#cd466a Border Color

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

This div border color is #cd466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd466a


Comments

No comments written yet.

Please login to write comment.