Color Hex Logo

#cd17dc Color Hex

#CD17DC
(205,23,220)
0 Favorites   0 Comments

Color spaces of #cd17dc

RGB 20523220
HSL0.820.810.48
HSV295°90°86°
CMYK 0.070.900.00   0.14
XYZ38.401518.759269.3071
Yxy18.75920.30360.1483
Hunter Lab43.311982.4671-64.5567
CIE-Lab50.404383.4098-57.5524

#cd17dc color RGB value is (205,23,220).

#cd17dc hex color red value is 205, green value is 23 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cd17dc hue: 0.82 , saturation: 0.81 and the lightness value of cd17dc is 0.48.

The process color (four color CMYK) of #cd17dc color hex is 0.07, 0.90, 0.00, 0.14. Web safe color of #cd17dc is #cc00cc. Color #cd17dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010111 11011100
Octal 315 27 334
Decimal 205 23 220
Hex CD 17 DC

RGB Percentages of Color #cd17dc

%45.76
%5.13
%49.11

CMYK Percentages of Color #cd17dc

%7
%90
%0
%14

Triadic Colors of #cd17dc

#cd17dc #dccd17 #17dccd

Analogous Colors of #cd17dc

#cd17dc #dc1789 #6b17dc

Monochromatic Colors of #cd17dc

#cd17dc

Complementary Color

#cd17dc #26dc17

#cd17dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd17dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd17dc Color CSS Codes

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

#cd17dc Text Font Color

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

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


#cd17dc Background Color

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

This div background color is #cd17dc


#cd17dc Border Color

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

This div border color is #cd17dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd17dc


Comments

No comments written yet.

Please login to write comment.