Color Hex Logo

#de57dc Color Hex

#DE57DC
(222,87,220)
0 Favorites   0 Comments

Color spaces of #de57dc

RGB 22287220
HSL0.840.670.61
HSV301°61°87°
CMYK 0.000.610.01   0.13
XYZ46.450727.513370.5725
Yxy27.51330.32140.1904
Hunter Lab52.453166.2806-43.0539
CIE-Lab59.446568.6411-43.0032

#de57dc color RGB value is (222,87,220).

#de57dc hex color red value is 222, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de57dc hue: 0.84 , saturation: 0.67 and the lightness value of de57dc is 0.61.

The process color (four color CMYK) of #de57dc color hex is 0.00, 0.61, 0.01, 0.13. Web safe color of #de57dc is #cc66cc. Color #de57dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 11011100
Octal 336 127 334
Decimal 222 87 220
Hex DE 57 DC

RGB Percentages of Color #de57dc

%41.97
%16.45
%41.59

CMYK Percentages of Color #de57dc

%0
%61
%1
%13

Triadic Colors of #de57dc

#de57dc #dcde57 #57dcde

Analogous Colors of #de57dc

#de57dc #de5799 #9d57de

Monochromatic Colors of #de57dc

#de57dc

Complementary Color

#de57dc #57de59

#de57dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de57dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de57dc Color CSS Codes

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

#de57dc Text Font Color

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

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


#de57dc Background Color

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

This div background color is #de57dc


#de57dc Border Color

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

This div border color is #de57dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de57dc


Comments

No comments written yet.

Please login to write comment.