Color Hex Logo

#daa5ea Color Hex

#DAA5EA
(218,165,234)
0 Favorites   0 Comments

Color spaces of #daa5ea

RGB 218165234
HSL0.790.620.78
HSV286°29°92°
CMYK 0.070.290.00   0.08
XYZ57.219947.756284.0440
Yxy47.75620.30270.2527
Hunter Lab69.105926.8634-23.7322
CIE-Lab74.670931.3655-27.1326

#daa5ea color RGB value is (218,165,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 11101010
Octal 332 245 352
Decimal 218 165 234
Hex DA A5 EA

RGB Percentages of Color #daa5ea

%35.33
%26.74
%37.93

CMYK Percentages of Color #daa5ea

%7
%29
%0
%8

Triadic Colors of #daa5ea

#daa5ea #eadaa5 #a5eada

Analogous Colors of #daa5ea

#daa5ea #eaa5d8 #b8a5ea

Monochromatic Colors of #daa5ea

#daa5ea

Complementary Color

#daa5ea #b5eaa5

#daa5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa5ea Color CSS Codes

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

#daa5ea Text Font Color

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

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


#daa5ea Background Color

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

This div background color is #daa5ea


#daa5ea Border Color

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

This div border color is #daa5ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,165,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 #daa5ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa5ea


Comments

No comments written yet.

Please login to write comment.