Color Hex Logo

#df99df Color Hex

#DF99DF
(223,153,223)
0 Favorites   0 Comments

Color spaces of #df99df

RGB 223153223
HSL0.830.520.74
HSV300°31°87°
CMYK 0.000.310.00   0.13
XYZ55.141943.798275.3596
Yxy43.79820.31640.2513
Hunter Lab66.180232.9123-21.1876
CIE-Lab72.093437.3015-25.0264

#df99df color RGB value is (223,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 11011111
Octal 337 231 337
Decimal 223 153 223
Hex DF 99 DF

RGB Percentages of Color #df99df

%37.23
%25.54
%37.23

CMYK Percentages of Color #df99df

%0
%31
%0
%13

Triadic Colors of #df99df

#df99df #dfdf99 #99dfdf

Analogous Colors of #df99df

#df99df #df99bc #bc99df

Monochromatic Colors of #df99df

#df99df

Complementary Color

#df99df #99df99

#df99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df99df Color CSS Codes

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

#df99df Text Font Color

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

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


#df99df Background Color

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

This div background color is #df99df


#df99df Border Color

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

This div border color is #df99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df99df

#df99df Color Palettes


Comments

No comments written yet.

Please login to write comment.