Color Hex Logo

#de51dd Color Hex

#DE51DD
(222,81,221)
0 Favorites   0 Comments

Color spaces of #de51dd

RGB 22281221
HSL0.830.680.59
HSV300°64°87°
CMYK 0.000.640.00   0.13
XYZ46.117826.634971.1170
Yxy26.63490.32060.1851
Hunter Lab51.609069.1918-45.5751
CIE-Lab58.634971.1963-44.8465

#de51dd color RGB value is (222,81,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010001 11011101
Octal 336 121 335
Decimal 222 81 221
Hex DE 51 DD

RGB Percentages of Color #de51dd

%42.37
%15.46
%42.18

CMYK Percentages of Color #de51dd

%0
%64
%0
%13

Triadic Colors of #de51dd

#de51dd #ddde51 #51ddde

Analogous Colors of #de51dd

#de51dd #de5197 #9951de

Monochromatic Colors of #de51dd

#de51dd

Complementary Color

#de51dd #51de52

#de51dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de51dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de51dd Color CSS Codes

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

#de51dd Text Font Color

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

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


#de51dd Background Color

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

This div background color is #de51dd


#de51dd Border Color

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

This div border color is #de51dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de51dd


Comments

No comments written yet.

Please login to write comment.