Color Hex Logo

#da99df Color Hex

#DA99DF
(218,153,223)
0 Favorites   0 Comments

Color spaces of #da99df

RGB 218153223
HSL0.820.520.74
HSV296°31°87°
CMYK 0.020.310.00   0.13
XYZ53.624043.015675.2886
Yxy43.01560.31190.2502
Hunter Lab65.586331.1674-22.1505
CIE-Lab71.565635.7146-25.8809

#da99df color RGB value is (218,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 11011111
Octal 332 231 337
Decimal 218 153 223
Hex DA 99 DF

RGB Percentages of Color #da99df

%36.70
%25.76
%37.54

CMYK Percentages of Color #da99df

%2
%31
%0
%13

Triadic Colors of #da99df

#da99df #dfda99 #99dfda

Analogous Colors of #da99df

#da99df #df99c1 #b799df

Monochromatic Colors of #da99df

#da99df

Complementary Color

#da99df #9edf99

#da99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99df Color CSS Codes

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

#da99df Text Font Color

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

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


#da99df Background Color

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

This div background color is #da99df


#da99df Border Color

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

This div border color is #da99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99df


Comments

No comments written yet.

Please login to write comment.