Color Hex Logo

#daa9ea Color Hex

#DAA9EA
(218,169,234)
0 Favorites   0 Comments

Color spaces of #daa9ea

RGB 218169234
HSL0.790.610.79
HSV285°28°92°
CMYK 0.070.280.00   0.08
XYZ57.952749.221984.2882
Yxy49.22190.30270.2571
Hunter Lab70.158324.6688-22.1202
CIE-Lab75.589229.2021-25.7269

#daa9ea color RGB value is (218,169,234).

#daa9ea hex color red value is 218, green value is 169 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #daa9ea hue: 0.79 , saturation: 0.61 and the lightness value of daa9ea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 11101010
Octal 332 251 352
Decimal 218 169 234
Hex DA A9 EA

RGB Percentages of Color #daa9ea

%35.10
%27.21
%37.68

CMYK Percentages of Color #daa9ea

%7
%28
%0
%8

Triadic Colors of #daa9ea

#daa9ea #eadaa9 #a9eada

Analogous Colors of #daa9ea

#daa9ea #eaa9da #baa9ea

Monochromatic Colors of #daa9ea

#daa9ea

Complementary Color

#daa9ea #b9eaa9

#daa9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa9ea Color CSS Codes

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

#daa9ea Text Font Color

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

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


#daa9ea Background Color

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

This div background color is #daa9ea


#daa9ea Border Color

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

This div border color is #daa9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa9ea


Comments

No comments written yet.

Please login to write comment.