Color Hex Logo

#de37dd Color Hex

#DE37DD
(222,55,221)
0 Favorites   0 Comments

Color spaces of #de37dd

RGB 22255221
HSL0.830.720.54
HSV300°75°87°
CMYK 0.000.750.00   0.13
XYZ44.541523.482470.5916
Yxy23.48240.32130.1694
Hunter Lab48.458679.2684-52.4490
CIE-Lab55.565879.8966-49.7096

#de37dd color RGB value is (222,55,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110111 11011101
Octal 336 67 335
Decimal 222 55 221
Hex DE 37 DD

RGB Percentages of Color #de37dd

%44.58
%11.04
%44.38

CMYK Percentages of Color #de37dd

%0
%75
%0
%13

Triadic Colors of #de37dd

#de37dd #ddde37 #37ddde

Analogous Colors of #de37dd

#de37dd #de378a #8c37de

Monochromatic Colors of #de37dd

#de37dd

Complementary Color

#de37dd #37de38

#de37dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de37dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de37dd Color CSS Codes

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

#de37dd Text Font Color

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

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


#de37dd Background Color

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

This div background color is #de37dd


#de37dd Border Color

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

This div border color is #de37dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de37dd


Comments

No comments written yet.

Please login to write comment.