Color Hex Logo

#de95bd Color Hex

#DE95BD
(222,149,189)
0 Favorites   0 Comments

Color spaces of #de95bd

RGB 222149189
HSL0.910.530.73
HSV327°33°87°
CMYK 0.000.330.15   0.13
XYZ50.057040.698653.3614
Yxy40.69860.34730.2824
Hunter Lab63.795528.4177-4.9360
CIE-Lab69.964233.2451-9.4691

#de95bd color RGB value is (222,149,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 10111101
Octal 336 225 275
Decimal 222 149 189
Hex DE 95 BD

RGB Percentages of Color #de95bd

%39.64
%26.61
%33.75

CMYK Percentages of Color #de95bd

%0
%33
%15
%13

Triadic Colors of #de95bd

#de95bd #bdde95 #95bdde

Analogous Colors of #de95bd

#de95bd #de9599 #db95de

Monochromatic Colors of #de95bd

#de95bd

Complementary Color

#de95bd #95deb6

#de95bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de95bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de95bd Color CSS Codes

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

#de95bd Text Font Color

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

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


#de95bd Background Color

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

This div background color is #de95bd


#de95bd Border Color

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

This div border color is #de95bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de95bd


Comments

No comments written yet.

Please login to write comment.