Color Hex Logo

#de31dd Color Hex

#DE31DD
(222,49,221)
0 Favorites   0 Comments

Color spaces of #de31dd

RGB 22249221
HSL0.830.720.53
HSV300°78°87°
CMYK 0.000.780.00   0.13
XYZ44.273722.946770.5023
Yxy22.94670.32150.1666
Hunter Lab47.902781.1474-53.7300
CIE-Lab55.017481.4805-50.5821

#de31dd color RGB value is (222,49,221).

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

The process color (four color CMYK) of #de31dd color hex is 0.00, 0.78, 0.00, 0.13. Web safe color of #de31dd is #cc33cc. Color #de31dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 11011101
Octal 336 61 335
Decimal 222 49 221
Hex DE 31 DD

RGB Percentages of Color #de31dd

%45.12
%9.96
%44.92

CMYK Percentages of Color #de31dd

%0
%78
%0
%13

Triadic Colors of #de31dd

#de31dd #ddde31 #31ddde

Analogous Colors of #de31dd

#de31dd #de3187 #8931de

Monochromatic Colors of #de31dd

#de31dd

Complementary Color

#de31dd #31de32

#de31dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de31dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de31dd Color CSS Codes

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

#de31dd Text Font Color

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

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


#de31dd Background Color

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

This div background color is #de31dd


#de31dd Border Color

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

This div border color is #de31dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de31dd


Comments

No comments written yet.

Please login to write comment.