Color Hex Logo

#de27ae Color Hex

#DE27AE
(222,39,174)
0 Favorites   0 Comments

Color spaces of #de27ae

RGB 22239174
HSL0.880.730.51
HSV316°82°87°
CMYK 0.000.820.22   0.13
XYZ38.489720.036641.8832
Yxy20.03660.38330.1995
Hunter Lab44.762375.1527-24.1429
CIE-Lab51.878677.3379-28.4212

#de27ae color RGB value is (222,39,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 10101110
Octal 336 47 256
Decimal 222 39 174
Hex DE 27 AE

RGB Percentages of Color #de27ae

%51.03
%8.97
%40.00

CMYK Percentages of Color #de27ae

%0
%82
%22
%13

Triadic Colors of #de27ae

#de27ae #aede27 #27aede

Analogous Colors of #de27ae

#de27ae #de2753 #b327de

Monochromatic Colors of #de27ae

#de27ae

Complementary Color

#de27ae #27de57

#de27ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de27ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de27ae Color CSS Codes

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

#de27ae Text Font Color

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

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


#de27ae Background Color

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

This div background color is #de27ae


#de27ae Border Color

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

This div border color is #de27ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,39,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #de27ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de27ae


Comments

No comments written yet.

Please login to write comment.