Color Hex Logo

#de39dd Color Hex

#DE39DD
(222,57,221)
0 Favorites   0 Comments

Color spaces of #de39dd

RGB 22257221
HSL0.830.710.55
HSV300°74°87°
CMYK 0.000.740.00   0.13
XYZ44.638523.676370.6239
Yxy23.67630.32130.1704
Hunter Lab48.658378.6016-51.9942
CIE-Lab55.762279.3316-49.3973

#de39dd color RGB value is (222,57,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00111001 11011101
Octal 336 71 335
Decimal 222 57 221
Hex DE 39 DD

RGB Percentages of Color #de39dd

%44.40
%11.40
%44.20

CMYK Percentages of Color #de39dd

%0
%74
%0
%13

Triadic Colors of #de39dd

#de39dd #ddde39 #39ddde

Analogous Colors of #de39dd

#de39dd #de398b #8d39de

Monochromatic Colors of #de39dd

#de39dd

Complementary Color

#de39dd #39de3a

#de39dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de39dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de39dd Color CSS Codes

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

#de39dd Text Font Color

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

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


#de39dd Background Color

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

This div background color is #de39dd


#de39dd Border Color

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

This div border color is #de39dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de39dd


Comments

No comments written yet.

Please login to write comment.