Color Hex Logo

#da9de0 Color Hex

#DA9DE0
(218,157,224)
0 Favorites   0 Comments

Color spaces of #da9de0

RGB 218157224
HSL0.820.520.75
HSV295°30°88°
CMYK 0.030.300.00   0.12
XYZ54.425044.401276.2228
Yxy44.40120.31090.2537
Hunter Lab66.634229.1840-21.1778
CIE-Lab72.495833.7517-25.0054

#da9de0 color RGB value is (218,157,224).

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

The process color (four color CMYK) of #da9de0 color hex is 0.03, 0.30, 0.00, 0.12. Web safe color of #da9de0 is #cc99cc. Color #da9de0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011101 11100000
Octal 332 235 340
Decimal 218 157 224
Hex DA 9D E0

RGB Percentages of Color #da9de0

%36.39
%26.21
%37.40

CMYK Percentages of Color #da9de0

%3
%30
%0
%12

Triadic Colors of #da9de0

#da9de0 #e0da9d #9de0da

Analogous Colors of #da9de0

#da9de0 #e09dc5 #b99de0

Monochromatic Colors of #da9de0

#da9de0

Complementary Color

#da9de0 #a3e09d

#da9de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9de0 Color CSS Codes

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

#da9de0 Text Font Color

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

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


#da9de0 Background Color

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

This div background color is #da9de0


#da9de0 Border Color

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

This div border color is #da9de0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9de0

#da9de0 Color Palettes


Comments

No comments written yet.

Please login to write comment.