Color Hex Logo

#da9adf Color Hex

#DA9ADF
(218,154,223)
0 Favorites   0 Comments

Color spaces of #da9adf

RGB 218154223
HSL0.820.520.74
HSV296°31°87°
CMYK 0.020.310.00   0.13
XYZ53.788343.344375.3434
Yxy43.34430.31190.2513
Hunter Lab65.836430.6207-21.7662
CIE-Lab71.788035.1772-25.5402

#da9adf color RGB value is (218,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011010 11011111
Octal 332 232 337
Decimal 218 154 223
Hex DA 9A DF

RGB Percentages of Color #da9adf

%36.64
%25.88
%37.48

CMYK Percentages of Color #da9adf

%2
%31
%0
%13

Triadic Colors of #da9adf

#da9adf #dfda9a #9adfda

Analogous Colors of #da9adf

#da9adf #df9ac2 #b89adf

Monochromatic Colors of #da9adf

#da9adf

Complementary Color

#da9adf #9fdf9a

#da9adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9adf Color CSS Codes

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

#da9adf Text Font Color

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

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


#da9adf Background Color

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

This div background color is #da9adf


#da9adf Border Color

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

This div border color is #da9adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9adf


Comments

No comments written yet.

Please login to write comment.