Color Hex Logo

#df809a Color Hex

#DF809A
(223,128,154)
0 Favorites   0 Comments

Color spaces of #df809a

RGB 223128154
HSL0.950.600.69
HSV344°43°87°
CMYK 0.000.430.31   0.13
XYZ43.983333.459434.7120
Yxy33.45940.39220.2983
Hunter Lab57.844134.50004.9112
CIE-Lab64.531239.62352.2199

#df809a color RGB value is (223,128,154).

#df809a hex color red value is 223, green value is 128 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #df809a hue: 0.95 , saturation: 0.60 and the lightness value of df809a is 0.69.

The process color (four color CMYK) of #df809a color hex is 0.00, 0.43, 0.31, 0.13. Web safe color of #df809a is #cc9999. Color #df809a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 10011010
Octal 337 200 232
Decimal 223 128 154
Hex DF 80 9A

RGB Percentages of Color #df809a

%44.16
%25.35
%30.50

CMYK Percentages of Color #df809a

%0
%43
%31
%13

Triadic Colors of #df809a

#df809a #9adf80 #809adf

Analogous Colors of #df809a

#df809a #df9680 #df80ca

Monochromatic Colors of #df809a

#df809a

Complementary Color

#df809a #80dfc5

#df809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df809a Color CSS Codes

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

#df809a Text Font Color

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

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


#df809a Background Color

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

This div background color is #df809a


#df809a Border Color

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

This div border color is #df809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df809a


Comments

No comments written yet.

Please login to write comment.