Color Hex Logo

#dc44cd Color Hex

#DC44CD
(220,68,205)
0 Favorites   0 Comments

Color spaces of #dc44cd

RGB 22068205
HSL0.850.680.56
HSV306°69°86°
CMYK 0.000.690.07   0.14
XYZ42.601823.757760.0979
Yxy23.75770.33690.1879
Hunter Lab48.741970.7159-38.9843
CIE-Lab55.844472.9743-40.1880

#dc44cd color RGB value is (220,68,205).

#dc44cd hex color red value is 220, green value is 68 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dc44cd hue: 0.85 , saturation: 0.68 and the lightness value of dc44cd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 11001101
Octal 334 104 315
Decimal 220 68 205
Hex DC 44 CD

RGB Percentages of Color #dc44cd

%44.62
%13.79
%41.58

CMYK Percentages of Color #dc44cd

%0
%69
%7
%14

Triadic Colors of #dc44cd

#dc44cd #cddc44 #44cddc

Analogous Colors of #dc44cd

#dc44cd #dc4481 #9f44dc

Monochromatic Colors of #dc44cd

#dc44cd

Complementary Color

#dc44cd #44dc53

#dc44cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc44cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc44cd Color CSS Codes

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

#dc44cd Text Font Color

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

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


#dc44cd Background Color

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

This div background color is #dc44cd


#dc44cd Border Color

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

This div border color is #dc44cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc44cd


Comments

No comments written yet.

Please login to write comment.