Color Hex Logo

#de98bc Color Hex

#DE98BC
(222,152,188)
0 Favorites   0 Comments

Color spaces of #de98bc

RGB 222152188
HSL0.910.510.73
HSV329°32°87°
CMYK 0.000.320.15   0.13
XYZ50.429541.616952.9519
Yxy41.61690.34780.2870
Hunter Lab64.511226.6420-3.5085
CIE-Lab70.606031.4781-7.9582

#de98bc color RGB value is (222,152,188).

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

The process color (four color CMYK) of #de98bc color hex is 0.00, 0.32, 0.15, 0.13. Web safe color of #de98bc is #cc99cc. Color #de98bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 10111100
Octal 336 230 274
Decimal 222 152 188
Hex DE 98 BC

RGB Percentages of Color #de98bc

%39.50
%27.05
%33.45

CMYK Percentages of Color #de98bc

%0
%32
%15
%13

Triadic Colors of #de98bc

#de98bc #bcde98 #98bcde

Analogous Colors of #de98bc

#de98bc #de9899 #dd98de

Monochromatic Colors of #de98bc

#de98bc

Complementary Color

#de98bc #98deba

#de98bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de98bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de98bc Color CSS Codes

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

#de98bc Text Font Color

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

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


#de98bc Background Color

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

This div background color is #de98bc


#de98bc Border Color

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

This div border color is #de98bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de98bc


Comments

No comments written yet.

Please login to write comment.