Color Hex Logo

#da8ddf Color Hex

#DA8DDF
(218,141,223)
0 Favorites   0 Comments

Color spaces of #da8ddf

RGB 218141223
HSL0.820.560.71
HSV296°37°87°
CMYK 0.020.370.00   0.13
XYZ51.757639.282974.6665
Yxy39.28290.31230.2371
Hunter Lab62.676137.7213-26.7594
CIE-Lab68.955742.1140-29.8922

#da8ddf color RGB value is (218,141,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 11011111
Octal 332 215 337
Decimal 218 141 223
Hex DA 8D DF

RGB Percentages of Color #da8ddf

%37.46
%24.23
%38.32

CMYK Percentages of Color #da8ddf

%2
%37
%0
%13

Triadic Colors of #da8ddf

#da8ddf #dfda8d #8ddfda

Analogous Colors of #da8ddf

#da8ddf #df8dbb #b18ddf

Monochromatic Colors of #da8ddf

#da8ddf

Complementary Color

#da8ddf #92df8d

#da8ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8ddf Color CSS Codes

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

#da8ddf Text Font Color

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

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


#da8ddf Background Color

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

This div background color is #da8ddf


#da8ddf Border Color

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

This div border color is #da8ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8ddf


Comments

No comments written yet.

Please login to write comment.