Color Hex Logo

#da9aee Color Hex

#DA9AEE
(218,154,238)
0 Favorites   0 Comments

Color spaces of #da9aee

RGB 218154238
HSL0.790.710.77
HSV286°35°93°
CMYK 0.080.350.00   0.07
XYZ55.901744.189786.4720
Yxy44.18970.29960.2369
Hunter Lab66.475333.7758-30.5925
CIE-Lab72.355138.0801-32.8753

#da9aee color RGB value is (218,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011010 11101110
Octal 332 232 356
Decimal 218 154 238
Hex DA 9A EE

RGB Percentages of Color #da9aee

%35.74
%25.25
%39.02

CMYK Percentages of Color #da9aee

%8
%35
%0
%7

Triadic Colors of #da9aee

#da9aee #eeda9a #9aeeda

Analogous Colors of #da9aee

#da9aee #ee9ad8 #b09aee

Monochromatic Colors of #da9aee

#da9aee

Complementary Color

#da9aee #aeee9a

#da9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9aee Color CSS Codes

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

#da9aee Text Font Color

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

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


#da9aee Background Color

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

This div background color is #da9aee


#da9aee Border Color

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

This div border color is #da9aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9aee


Comments

No comments written yet.

Please login to write comment.