Color Hex Logo

#df9abe Color Hex

#DF9ABE
(223,154,190)
0 Favorites   0 Comments

Color spaces of #df9abe

RGB 223154190
HSL0.910.520.74
HSV329°31°87°
CMYK 0.000.310.15   0.13
XYZ51.281342.516954.2190
Yxy42.51690.34650.2872
Hunter Lab65.205026.2749-3.6571
CIE-Lab71.225831.0726-8.1342

#df9abe color RGB value is (223,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 10111110
Octal 337 232 276
Decimal 223 154 190
Hex DF 9A BE

RGB Percentages of Color #df9abe

%39.33
%27.16
%33.51

CMYK Percentages of Color #df9abe

%0
%31
%15
%13

Triadic Colors of #df9abe

#df9abe #bedf9a #9abedf

Analogous Colors of #df9abe

#df9abe #df9a9c #de9adf

Monochromatic Colors of #df9abe

#df9abe

Complementary Color

#df9abe #9adfbb

#df9abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9abe Color CSS Codes

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

#df9abe Text Font Color

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

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


#df9abe Background Color

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

This div background color is #df9abe


#df9abe Border Color

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

This div border color is #df9abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,154,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9abe


Comments

No comments written yet.

Please login to write comment.