Color Hex Logo

#de28ad Color Hex

#DE28AD
(222,40,173)
0 Favorites   0 Comments

Color spaces of #de28ad

RGB 22240173
HSL0.880.730.51
HSV316°82°87°
CMYK 0.000.820.22   0.13
XYZ38.425820.064341.3827
Yxy20.06430.38470.2009
Hunter Lab44.793274.7380-23.4205
CIE-Lab51.909876.9983-27.7856

#de28ad color RGB value is (222,40,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101000 10101101
Octal 336 50 255
Decimal 222 40 173
Hex DE 28 AD

RGB Percentages of Color #de28ad

%51.03
%9.20
%39.77

CMYK Percentages of Color #de28ad

%0
%82
%22
%13

Triadic Colors of #de28ad

#de28ad #adde28 #28adde

Analogous Colors of #de28ad

#de28ad #de2852 #b428de

Monochromatic Colors of #de28ad

#de28ad

Complementary Color

#de28ad #28de59

#de28ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de28ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de28ad Color CSS Codes

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

#de28ad Text Font Color

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

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


#de28ad Background Color

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

This div background color is #de28ad


#de28ad Border Color

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

This div border color is #de28ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de28ad


Comments

No comments written yet.

Please login to write comment.