Color Hex Logo

#cd117d Color Hex

#CD117D
(205,17,125)
0 Favorites   0 Comments

Color spaces of #cd117d

RGB 20517125
HSL0.900.850.44
HSV326°92°80°
CMYK 0.000.920.39   0.20
XYZ29.079014.860720.7378
Yxy14.86070.44960.2298
Hunter Lab38.549667.1857-4.9104
CIE-Lab45.442872.0727-9.1347

#cd117d color RGB value is (205,17,125).

#cd117d hex color red value is 205, green value is 17 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cd117d hue: 0.90 , saturation: 0.85 and the lightness value of cd117d is 0.44.

The process color (four color CMYK) of #cd117d color hex is 0.00, 0.92, 0.39, 0.20. Web safe color of #cd117d is #cc0066. Color #cd117d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010001 01111101
Octal 315 21 175
Decimal 205 17 125
Hex CD 11 7D

RGB Percentages of Color #cd117d

%59.08
%4.90
%36.02

CMYK Percentages of Color #cd117d

%0
%92
%39
%20

Triadic Colors of #cd117d

#cd117d #7dcd11 #117dcd

Analogous Colors of #cd117d

#cd117d #cd111f #bf11cd

Monochromatic Colors of #cd117d

#cd117d

Complementary Color

#cd117d #11cd61

#cd117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd117d Color CSS Codes

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

#cd117d Text Font Color

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

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


#cd117d Background Color

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

This div background color is #cd117d


#cd117d Border Color

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

This div border color is #cd117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd117d


Comments

No comments written yet.

Please login to write comment.