Color Hex Logo

#cd417f Color Hex

#CD417F
(205,65,127)
0 Favorites   0 Comments

Color spaces of #cd417f

RGB 20565127
HSL0.930.580.53
HSV333°68°80°
CMYK 0.000.680.38   0.20
XYZ30.897918.292021.9809
Yxy18.29200.43410.2570
Hunter Lab42.769154.1085-0.5333
CIE-Lab49.848459.9663-3.7937

#cd417f color RGB value is (205,65,127).

#cd417f hex color red value is 205, green value is 65 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cd417f hue: 0.93 , saturation: 0.58 and the lightness value of cd417f is 0.53.

The process color (four color CMYK) of #cd417f color hex is 0.00, 0.68, 0.38, 0.20. Web safe color of #cd417f is #cc3366. Color #cd417f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000001 01111111
Octal 315 101 177
Decimal 205 65 127
Hex CD 41 7F

RGB Percentages of Color #cd417f

%51.64
%16.37
%31.99

CMYK Percentages of Color #cd417f

%0
%68
%38
%20

Triadic Colors of #cd417f

#cd417f #7fcd41 #417fcd

Analogous Colors of #cd417f

#cd417f #cd4941 #cd41c5

Monochromatic Colors of #cd417f

#cd417f

Complementary Color

#cd417f #41cd8f

#cd417f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd417f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd417f Color CSS Codes

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

#cd417f Text Font Color

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

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


#cd417f Background Color

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

This div background color is #cd417f


#cd417f Border Color

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

This div border color is #cd417f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd417f


Comments

No comments written yet.

Please login to write comment.