Color Hex Logo

#dc32db Color Hex

#DC32DB
(220,50,219)
0 Favorites   0 Comments

Color spaces of #dc32db

RGB 22050219
HSL0.830.710.53
HSV300°77°86°
CMYK 0.000.770.00   0.14
XYZ43.442022.611369.0926
Yxy22.61130.32140.1673
Hunter Lab47.551379.8594-52.8631
CIE-Lab54.669780.5368-50.0206

#dc32db color RGB value is (220,50,219).

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

The process color (four color CMYK) of #dc32db color hex is 0.00, 0.77, 0.00, 0.14. Web safe color of #dc32db is #cc33cc. Color #dc32db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 11011011
Octal 334 62 333
Decimal 220 50 219
Hex DC 32 DB

RGB Percentages of Color #dc32db

%44.99
%10.22
%44.79

CMYK Percentages of Color #dc32db

%0
%77
%0
%14

Triadic Colors of #dc32db

#dc32db #dbdc32 #32dbdc

Analogous Colors of #dc32db

#dc32db #dc3286 #8832dc

Monochromatic Colors of #dc32db

#dc32db

Complementary Color

#dc32db #32dc33

#dc32db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc32db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc32db Color CSS Codes

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

#dc32db Text Font Color

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

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


#dc32db Background Color

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

This div background color is #dc32db


#dc32db Border Color

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

This div border color is #dc32db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc32db


Comments

No comments written yet.

Please login to write comment.