Color Hex Logo

#df95bb Color Hex

#DF95BB
(223,149,187)
0 Favorites   0 Comments

Color spaces of #df95bb

RGB 223149187
HSL0.910.540.73
HSV329°33°87°
CMYK 0.000.330.16   0.13
XYZ50.148540.770752.2401
Yxy40.77070.35030.2848
Hunter Lab63.851928.4507-3.8114
CIE-Lab70.015033.2723-8.2693

#df95bb color RGB value is (223,149,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 10111011
Octal 337 225 273
Decimal 223 149 187
Hex DF 95 BB

RGB Percentages of Color #df95bb

%39.89
%26.65
%33.45

CMYK Percentages of Color #df95bb

%0
%33
%16
%13

Triadic Colors of #df95bb

#df95bb #bbdf95 #95bbdf

Analogous Colors of #df95bb

#df95bb #df9596 #de95df

Monochromatic Colors of #df95bb

#df95bb

Complementary Color

#df95bb #95dfb9

#df95bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df95bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df95bb Color CSS Codes

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

#df95bb Text Font Color

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

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


#df95bb Background Color

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

This div background color is #df95bb


#df95bb Border Color

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

This div border color is #df95bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df95bb


Comments

No comments written yet.

Please login to write comment.