Color Hex Logo

#df99a1 Color Hex

#DF99A1
(223,153,161)
0 Favorites   0 Comments

Color spaces of #df99a1

RGB 223153161
HSL0.980.520.74
HSV353°31°87°
CMYK 0.000.310.28   0.13
XYZ48.255741.043639.0971
Yxy41.04360.37580.3197
Hunter Lab64.065322.33688.6628
CIE-Lab70.206527.29846.4781

#df99a1 color RGB value is (223,153,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 10100001
Octal 337 231 241
Decimal 223 153 161
Hex DF 99 A1

RGB Percentages of Color #df99a1

%41.53
%28.49
%29.98

CMYK Percentages of Color #df99a1

%0
%31
%28
%13

Triadic Colors of #df99a1

#df99a1 #a1df99 #99a1df

Analogous Colors of #df99a1

#df99a1 #dfb499 #df99c4

Monochromatic Colors of #df99a1

#df99a1

Complementary Color

#df99a1 #99dfd7

#df99a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df99a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df99a1 Color CSS Codes

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

#df99a1 Text Font Color

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

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


#df99a1 Background Color

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

This div background color is #df99a1


#df99a1 Border Color

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

This div border color is #df99a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df99a1

#df99a1 Color Palettes


Comments

No comments written yet.

Please login to write comment.