Color Hex Logo

#da9aed Color Hex

#DA9AED
(218,154,237)
0 Favorites   0 Comments

Color spaces of #da9aed

RGB 218154237
HSL0.800.700.77
HSV286°35°93°
CMYK 0.080.350.00   0.07
XYZ55.755144.131185.7003
Yxy44.13110.30040.2378
Hunter Lab66.431233.5587-29.9858
CIE-Lab72.316037.8820-32.3901

#da9aed color RGB value is (218,154,237).

#da9aed hex color red value is 218, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da9aed hue: 0.80 , saturation: 0.70 and the lightness value of da9aed is 0.77.

The process color (four color CMYK) of #da9aed color hex is 0.08, 0.35, 0.00, 0.07. Web safe color of #da9aed is #cc99ff. Color #da9aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011010 11101101
Octal 332 232 355
Decimal 218 154 237
Hex DA 9A ED

RGB Percentages of Color #da9aed

%35.80
%25.29
%38.92

CMYK Percentages of Color #da9aed

%8
%35
%0
%7

Triadic Colors of #da9aed

#da9aed #edda9a #9aedda

Analogous Colors of #da9aed

#da9aed #ed9ad7 #b19aed

Monochromatic Colors of #da9aed

#da9aed

Complementary Color

#da9aed #aded9a

#da9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9aed Color CSS Codes

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

#da9aed Text Font Color

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

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


#da9aed Background Color

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

This div background color is #da9aed


#da9aed Border Color

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

This div border color is #da9aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9aed


Comments

No comments written yet.

Please login to write comment.