Color Hex Logo

#cd20dd Color Hex

#CD20DD
(205,32,221)
0 Favorites   0 Comments

Color spaces of #cd20dd

RGB 20532221
HSL0.820.750.50
HSV295°86°87°
CMYK 0.070.860.00   0.13
XYZ38.744519.232670.0768
Yxy19.23260.30260.1502
Hunter Lab43.855080.9529-64.0422
CIE-Lab50.958282.1193-57.2319

#cd20dd color RGB value is (205,32,221).

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

The process color (four color CMYK) of #cd20dd color hex is 0.07, 0.86, 0.00, 0.13. Web safe color of #cd20dd is #cc33cc. Color #cd20dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100000 11011101
Octal 315 40 335
Decimal 205 32 221
Hex CD 20 DD

RGB Percentages of Color #cd20dd

%44.76
%6.99
%48.25

CMYK Percentages of Color #cd20dd

%7
%86
%0
%13

Triadic Colors of #cd20dd

#cd20dd #ddcd20 #20ddcd

Analogous Colors of #cd20dd

#cd20dd #dd208f #6f20dd

Monochromatic Colors of #cd20dd

#cd20dd

Complementary Color

#cd20dd #30dd20

#cd20dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd20dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd20dd Color CSS Codes

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

#cd20dd Text Font Color

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

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


#cd20dd Background Color

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

This div background color is #cd20dd


#cd20dd Border Color

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

This div border color is #cd20dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,32,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 #cd20dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd20dd


Comments

No comments written yet.

Please login to write comment.