Color Hex Logo

#cd17dd Color Hex

#CD17DD
(205,23,221)
0 Favorites   0 Comments

Color spaces of #cd17dd

RGB 20523221
HSL0.820.810.48
HSV295°90°87°
CMYK 0.070.900.00   0.13
XYZ38.534418.812470.0068
Yxy18.81240.30260.1477
Hunter Lab43.373382.6827-65.3360
CIE-Lab50.467083.5654-58.0213

#cd17dd color RGB value is (205,23,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010111 11011101
Octal 315 27 335
Decimal 205 23 221
Hex CD 17 DD

RGB Percentages of Color #cd17dd

%45.66
%5.12
%49.22

CMYK Percentages of Color #cd17dd

%7
%90
%0
%13

Triadic Colors of #cd17dd

#cd17dd #ddcd17 #17ddcd

Analogous Colors of #cd17dd

#cd17dd #dd178a #6a17dd

Monochromatic Colors of #cd17dd

#cd17dd

Complementary Color

#cd17dd #27dd17

#cd17dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd17dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd17dd Color CSS Codes

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

#cd17dd Text Font Color

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

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


#cd17dd Background Color

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

This div background color is #cd17dd


#cd17dd Border Color

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

This div border color is #cd17dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd17dd


Comments

No comments written yet.

Please login to write comment.