Color Hex Logo

#df9bbb Color Hex

#DF9BBB
(223,155,187)
0 Favorites   0 Comments

Color spaces of #df9bbb

RGB 223155187
HSL0.920.520.74
HSV332°30°87°
CMYK 0.000.300.16   0.13
XYZ51.122442.718552.5648
Yxy42.71850.34920.2918
Hunter Lab65.359425.2391-1.9320
CIE-Lab71.363530.0584-6.2680

#df9bbb color RGB value is (223,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011011 10111011
Octal 337 233 273
Decimal 223 155 187
Hex DF 9B BB

RGB Percentages of Color #df9bbb

%39.47
%27.43
%33.10

CMYK Percentages of Color #df9bbb

%0
%30
%16
%13

Triadic Colors of #df9bbb

#df9bbb #bbdf9b #9bbbdf

Analogous Colors of #df9bbb

#df9bbb #df9d9b #df9bdd

Monochromatic Colors of #df9bbb

#df9bbb

Complementary Color

#df9bbb #9bdfbf

#df9bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9bbb Color CSS Codes

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

#df9bbb Text Font Color

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

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


#df9bbb Background Color

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

This div background color is #df9bbb


#df9bbb Border Color

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

This div border color is #df9bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9bbb


Comments

No comments written yet.

Please login to write comment.