Color Hex Logo

#de99bf Color Hex

#DE99BF
(222,153,191)
0 Favorites   0 Comments

Color spaces of #de99bf

RGB 222153191
HSL0.910.510.74
HSV327°31°87°
CMYK 0.000.310.14   0.13
XYZ50.919442.073654.7275
Yxy42.07360.34470.2848
Hunter Lab64.864226.6130-4.6195
CIE-Lab70.921631.4240-9.1527

#de99bf color RGB value is (222,153,191).

#de99bf hex color red value is 222, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #de99bf hue: 0.91 , saturation: 0.51 and the lightness value of de99bf is 0.74.

The process color (four color CMYK) of #de99bf color hex is 0.00, 0.31, 0.14, 0.13. Web safe color of #de99bf is #cc99cc. Color #de99bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 10111111
Octal 336 231 277
Decimal 222 153 191
Hex DE 99 BF

RGB Percentages of Color #de99bf

%39.22
%27.03
%33.75

CMYK Percentages of Color #de99bf

%0
%31
%14
%13

Triadic Colors of #de99bf

#de99bf #bfde99 #99bfde

Analogous Colors of #de99bf

#de99bf #de999d #db99de

Monochromatic Colors of #de99bf

#de99bf

Complementary Color

#de99bf #99deb8

#de99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de99bf Color CSS Codes

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

#de99bf Text Font Color

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

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


#de99bf Background Color

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

This div background color is #de99bf


#de99bf Border Color

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

This div border color is #de99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de99bf


Comments

No comments written yet.

Please login to write comment.