Color Hex Logo

#df9bbf Color Hex

#DF9BBF
(223,155,191)
0 Favorites   0 Comments

Color spaces of #df9bbf

RGB 223155191
HSL0.910.520.74
HSV328°30°87°
CMYK 0.000.300.14   0.13
XYZ51.556742.892354.8519
Yxy42.89230.34530.2873
Hunter Lab65.492225.9072-3.8128
CIE-Lab71.481830.6966-8.3073

#df9bbf color RGB value is (223,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011011 10111111
Octal 337 233 277
Decimal 223 155 191
Hex DF 9B BF

RGB Percentages of Color #df9bbf

%39.19
%27.24
%33.57

CMYK Percentages of Color #df9bbf

%0
%30
%14
%13

Triadic Colors of #df9bbf

#df9bbf #bfdf9b #9bbfdf

Analogous Colors of #df9bbf

#df9bbf #df9b9d #dd9bdf

Monochromatic Colors of #df9bbf

#df9bbf

Complementary Color

#df9bbf #9bdfbb

#df9bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9bbf Color CSS Codes

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

#df9bbf Text Font Color

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

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


#df9bbf Background Color

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

This div background color is #df9bbf


#df9bbf Border Color

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

This div border color is #df9bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9bbf


Comments

No comments written yet.

Please login to write comment.