Color Hex Logo

#df9aba Color Hex

#DF9ABA
(223,154,186)
0 Favorites   0 Comments

Color spaces of #df9aba

RGB 223154186
HSL0.920.520.74
HSV332°31°87°
CMYK 0.000.310.17   0.13
XYZ50.850042.344351.9476
Yxy42.34430.35030.2917
Hunter Lab65.072525.6095-1.7807
CIE-Lab71.107730.4377-6.0926

#df9aba color RGB value is (223,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 10111010
Octal 337 232 272
Decimal 223 154 186
Hex DF 9A BA

RGB Percentages of Color #df9aba

%39.61
%27.35
%33.04

CMYK Percentages of Color #df9aba

%0
%31
%17
%13

Triadic Colors of #df9aba

#df9aba #badf9a #9abadf

Analogous Colors of #df9aba

#df9aba #df9d9a #df9add

Monochromatic Colors of #df9aba

#df9aba

Complementary Color

#df9aba #9adfbf

#df9aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9aba Color CSS Codes

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

#df9aba Text Font Color

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

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


#df9aba Background Color

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

This div background color is #df9aba


#df9aba Border Color

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

This div border color is #df9aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9aba


Comments

No comments written yet.

Please login to write comment.