Color Hex Logo

#da8ede Color Hex

#DA8EDE
(218,142,222)
0 Favorites   0 Comments

Color spaces of #da8ede

RGB 218142222
HSL0.830.550.71
HSV297°36°87°
CMYK 0.020.360.00   0.13
XYZ51.771339.525474.0078
Yxy39.52540.31320.2391
Hunter Lab62.869236.9693-25.7860
CIE-Lab69.130241.3981-29.0712

#da8ede color RGB value is (218,142,222).

#da8ede hex color red value is 218, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #da8ede hue: 0.83 , saturation: 0.55 and the lightness value of da8ede is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001110 11011110
Octal 332 216 336
Decimal 218 142 222
Hex DA 8E DE

RGB Percentages of Color #da8ede

%37.46
%24.40
%38.14

CMYK Percentages of Color #da8ede

%2
%36
%0
%13

Triadic Colors of #da8ede

#da8ede #deda8e #8ededa

Analogous Colors of #da8ede

#da8ede #de8eba #b28ede

Monochromatic Colors of #da8ede

#da8ede

Complementary Color

#da8ede #92de8e

#da8ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8ede Color CSS Codes

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

#da8ede Text Font Color

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

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


#da8ede Background Color

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

This div background color is #da8ede


#da8ede Border Color

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

This div border color is #da8ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8ede


Comments

No comments written yet.

Please login to write comment.