Color Hex Logo

#df829a Color Hex

#DF829A
(223,130,154)
0 Favorites   0 Comments

Color spaces of #df829a

RGB 223130154
HSL0.960.590.69
HSV345°42°87°
CMYK 0.000.420.31   0.13
XYZ44.246833.986334.7998
Yxy33.98630.39150.3007
Hunter Lab58.297833.45675.4163
CIE-Lab64.951738.58172.8298

#df829a color RGB value is (223,130,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 10011010
Octal 337 202 232
Decimal 223 130 154
Hex DF 82 9A

RGB Percentages of Color #df829a

%43.98
%25.64
%30.37

CMYK Percentages of Color #df829a

%0
%42
%31
%13

Triadic Colors of #df829a

#df829a #9adf82 #829adf

Analogous Colors of #df829a

#df829a #df9982 #df82c9

Monochromatic Colors of #df829a

#df829a

Complementary Color

#df829a #82dfc7

#df829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df829a Color CSS Codes

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

#df829a Text Font Color

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

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


#df829a Background Color

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

This div background color is #df829a


#df829a Border Color

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

This div border color is #df829a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df829a


Comments

No comments written yet.

Please login to write comment.