Color Hex Logo

#de95bc Color Hex

#DE95BC
(222,149,188)
0 Favorites   0 Comments

Color spaces of #de95bc

RGB 222149188
HSL0.910.530.73
HSV328°33°87°
CMYK 0.000.330.15   0.13
XYZ49.948740.655352.7916
Yxy40.65530.34830.2835
Hunter Lab63.761528.2485-4.4563
CIE-Lab69.933733.0852-8.9584

#de95bc color RGB value is (222,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 10111100
Octal 336 225 274
Decimal 222 149 188
Hex DE 95 BC

RGB Percentages of Color #de95bc

%39.71
%26.65
%33.63

CMYK Percentages of Color #de95bc

%0
%33
%15
%13

Triadic Colors of #de95bc

#de95bc #bcde95 #95bcde

Analogous Colors of #de95bc

#de95bc #de9598 #dc95de

Monochromatic Colors of #de95bc

#de95bc

Complementary Color

#de95bc #95deb7

#de95bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de95bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de95bc Color CSS Codes

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

#de95bc Text Font Color

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

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


#de95bc Background Color

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

This div background color is #de95bc


#de95bc Border Color

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

This div border color is #de95bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de95bc


Comments

No comments written yet.

Please login to write comment.