Color Hex Logo

#dc32dd Color Hex

#DC32DD
(220,50,221)
0 Favorites   0 Comments

Color spaces of #dc32dd

RGB 22050221
HSL0.830.720.53
HSV300°77°87°
CMYK 0.000.770.00   0.13
XYZ43.706922.717370.4879
Yxy22.71730.31920.1659
Hunter Lab47.662780.2757-54.3196
CIE-Lab54.779980.8428-50.9797

#dc32dd color RGB value is (220,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 11011101
Octal 334 62 335
Decimal 220 50 221
Hex DC 32 DD

RGB Percentages of Color #dc32dd

%44.81
%10.18
%45.01

CMYK Percentages of Color #dc32dd

%0
%77
%0
%13

Triadic Colors of #dc32dd

#dc32dd #dddc32 #32dddc

Analogous Colors of #dc32dd

#dc32dd #dd3289 #8732dd

Monochromatic Colors of #dc32dd

#dc32dd

Complementary Color

#dc32dd #33dd32

#dc32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc32dd Color CSS Codes

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

#dc32dd Text Font Color

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

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


#dc32dd Background Color

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

This div background color is #dc32dd


#dc32dd Border Color

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

This div border color is #dc32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc32dd


Comments

No comments written yet.

Please login to write comment.