Color Hex Logo

#dc20dd Color Hex

#DC20DD
(220,32,221)
0 Favorites   0 Comments

Color spaces of #dc20dd

RGB 22032221
HSL0.830.750.50
HSV300°86°87°
CMYK 0.000.860.00   0.13
XYZ43.082921.469170.2798
Yxy21.46910.31950.1592
Hunter Lab46.334884.8867-57.4958
CIE-Lab53.459184.6906-53.0866

#dc20dd color RGB value is (220,32,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 11011101
Octal 334 40 335
Decimal 220 32 221
Hex DC 20 DD

RGB Percentages of Color #dc20dd

%46.51
%6.77
%46.72

CMYK Percentages of Color #dc20dd

%0
%86
%0
%13

Triadic Colors of #dc20dd

#dc20dd #dddc20 #20dddc

Analogous Colors of #dc20dd

#dc20dd #dd2080 #7e20dd

Monochromatic Colors of #dc20dd

#dc20dd

Complementary Color

#dc20dd #21dd20

#dc20dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc20dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc20dd Color CSS Codes

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

#dc20dd Text Font Color

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

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


#dc20dd Background Color

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

This div background color is #dc20dd


#dc20dd Border Color

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

This div border color is #dc20dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc20dd


Comments

No comments written yet.

Please login to write comment.