Color Hex Logo

#de2edd Color Hex

#DE2EDD
(222,46,221)
0 Favorites   0 Comments

Color spaces of #de2edd

RGB 22246221
HSL0.830.730.53
HSV300°79°87°
CMYK 0.000.790.00   0.13
XYZ44.152322.704070.4618
Yxy22.70400.32150.1653
Hunter Lab47.648782.0166-54.3226
CIE-Lab54.766182.2089-50.9822

#de2edd color RGB value is (222,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101110 11011101
Octal 336 56 335
Decimal 222 46 221
Hex DE 2E DD

RGB Percentages of Color #de2edd

%45.40
%9.41
%45.19

CMYK Percentages of Color #de2edd

%0
%79
%0
%13

Triadic Colors of #de2edd

#de2edd #ddde2e #2eddde

Analogous Colors of #de2edd

#de2edd #de2e85 #872ede

Monochromatic Colors of #de2edd

#de2edd

Complementary Color

#de2edd #2ede2f

#de2edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de2edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de2edd Color CSS Codes

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

#de2edd Text Font Color

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

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


#de2edd Background Color

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

This div background color is #de2edd


#de2edd Border Color

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

This div border color is #de2edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de2edd


Comments

No comments written yet.

Please login to write comment.