Color Hex Logo

#de27dd Color Hex

#DE27DD
(222,39,221)
0 Favorites   0 Comments

Color spaces of #de27dd

RGB 22239221
HSL0.830.730.51
HSV300°82°87°
CMYK 0.000.820.00   0.13
XYZ43.900922.201170.3780
Yxy22.20110.32170.1627
Hunter Lab47.118083.8557-55.5760
CIE-Lab54.239783.7415-51.8212

#de27dd color RGB value is (222,39,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 11011101
Octal 336 47 335
Decimal 222 39 221
Hex DE 27 DD

RGB Percentages of Color #de27dd

%46.06
%8.09
%45.85

CMYK Percentages of Color #de27dd

%0
%82
%0
%13

Triadic Colors of #de27dd

#de27dd #ddde27 #27ddde

Analogous Colors of #de27dd

#de27dd #de2782 #8427de

Monochromatic Colors of #de27dd

#de27dd

Complementary Color

#de27dd #27de28

#de27dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de27dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de27dd Color CSS Codes

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

#de27dd Text Font Color

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

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


#de27dd Background Color

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

This div background color is #de27dd


#de27dd Border Color

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

This div border color is #de27dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de27dd


Comments

No comments written yet.

Please login to write comment.