Color Hex Logo

#de92bb Color Hex

#DE92BB
(222,146,187)
0 Favorites   0 Comments

Color spaces of #de92bb

RGB 222146187
HSL0.910.540.72
HSV328°34°87°
CMYK 0.000.340.16   0.13
XYZ49.372739.675252.0696
Yxy39.67520.34990.2812
Hunter Lab62.988329.6860-4.9206
CIE-Lab69.237634.5289-9.4392

#de92bb color RGB value is (222,146,187).

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

The process color (four color CMYK) of #de92bb color hex is 0.00, 0.34, 0.16, 0.13. Web safe color of #de92bb is #cc99cc. Color #de92bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010010 10111011
Octal 336 222 273
Decimal 222 146 187
Hex DE 92 BB

RGB Percentages of Color #de92bb

%40.00
%26.31
%33.69

CMYK Percentages of Color #de92bb

%0
%34
%16
%13

Triadic Colors of #de92bb

#de92bb #bbde92 #92bbde

Analogous Colors of #de92bb

#de92bb #de9295 #db92de

Monochromatic Colors of #de92bb

#de92bb

Complementary Color

#de92bb #92deb5

#de92bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de92bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de92bb Color CSS Codes

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

#de92bb Text Font Color

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

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


#de92bb Background Color

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

This div background color is #de92bb


#de92bb Border Color

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

This div border color is #de92bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de92bb


Comments

No comments written yet.

Please login to write comment.