Color Hex Logo

#df9bbc Color Hex

#DF9BBC
(223,155,188)
0 Favorites   0 Comments

Color spaces of #df9bbc

RGB 223155188
HSL0.920.520.74
HSV331°30°87°
CMYK 0.000.300.16   0.13
XYZ51.229942.761553.1306
Yxy42.76150.34820.2907
Hunter Lab65.392325.4048-2.3980
CIE-Lab71.392830.2169-6.7784

#df9bbc color RGB value is (223,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011011 10111100
Octal 337 233 274
Decimal 223 155 188
Hex DF 9B BC

RGB Percentages of Color #df9bbc

%39.40
%27.39
%33.22

CMYK Percentages of Color #df9bbc

%0
%30
%16
%13

Triadic Colors of #df9bbc

#df9bbc #bcdf9b #9bbcdf

Analogous Colors of #df9bbc

#df9bbc #df9c9b #df9bde

Monochromatic Colors of #df9bbc

#df9bbc

Complementary Color

#df9bbc #9bdfbe

#df9bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9bbc Color CSS Codes

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

#df9bbc Text Font Color

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

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


#df9bbc Background Color

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

This div background color is #df9bbc


#df9bbc Border Color

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

This div border color is #df9bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9bbc


Comments

No comments written yet.

Please login to write comment.