Color Hex Logo

#de51dc Color Hex

#DE51DC
(222,81,220)
0 Favorites   0 Comments

Color spaces of #de51dc

RGB 22281220
HSL0.840.680.59
HSV301°64°87°
CMYK 0.000.640.01   0.13
XYZ45.984926.581870.4173
Yxy26.58180.32160.1859
Hunter Lab51.557568.9810-44.8880
CIE-Lab58.585271.0324-44.3611

#de51dc color RGB value is (222,81,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010001 11011100
Octal 336 121 334
Decimal 222 81 220
Hex DE 51 DC

RGB Percentages of Color #de51dc

%42.45
%15.49
%42.07

CMYK Percentages of Color #de51dc

%0
%64
%1
%13

Triadic Colors of #de51dc

#de51dc #dcde51 #51dcde

Analogous Colors of #de51dc

#de51dc #de5196 #9a51de

Monochromatic Colors of #de51dc

#de51dc

Complementary Color

#de51dc #51de53

#de51dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de51dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de51dc Color CSS Codes

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

#de51dc Text Font Color

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

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


#de51dc Background Color

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

This div background color is #de51dc


#de51dc Border Color

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

This div border color is #de51dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de51dc


Comments

No comments written yet.

Please login to write comment.