Color Hex Logo

#de92ad Color Hex

#DE92AD
(222,146,173)
0 Favorites   0 Comments

Color spaces of #de92ad

RGB 222146173
HSL0.940.540.72
HSV339°34°87°
CMYK 0.000.340.22   0.13
XYZ47.945939.104544.5561
Yxy39.10450.36430.2971
Hunter Lab62.533627.42621.5285
CIE-Lab68.826932.3894-2.2305

#de92ad color RGB value is (222,146,173).

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

The process color (four color CMYK) of #de92ad color hex is 0.00, 0.34, 0.22, 0.13. Web safe color of #de92ad is #cc9999. Color #de92ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010010 10101101
Octal 336 222 255
Decimal 222 146 173
Hex DE 92 AD

RGB Percentages of Color #de92ad

%41.04
%26.99
%31.98

CMYK Percentages of Color #de92ad

%0
%34
%22
%13

Triadic Colors of #de92ad

#de92ad #adde92 #92adde

Analogous Colors of #de92ad

#de92ad #de9d92 #de92d3

Monochromatic Colors of #de92ad

#de92ad

Complementary Color

#de92ad #92dec3

#de92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de92ad Color CSS Codes

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

#de92ad Text Font Color

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

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


#de92ad Background Color

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

This div background color is #de92ad


#de92ad Border Color

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

This div border color is #de92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de92ad


Comments

No comments written yet.

Please login to write comment.