Color Hex Logo

#daa6ef Color Hex

#DAA6EF
(218,166,239)
0 Favorites   0 Comments

Color spaces of #daa6ef

RGB 218166239
HSL0.790.700.79
HSV283°31°94°
CMYK 0.090.310.00   0.06
XYZ58.129648.409987.9416
Yxy48.40990.29890.2489
Hunter Lab69.577227.3710-26.2351
CIE-Lab75.082731.8160-29.2159

#daa6ef color RGB value is (218,166,239).

#daa6ef hex color red value is 218, green value is 166 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #daa6ef hue: 0.79 , saturation: 0.70 and the lightness value of daa6ef is 0.79.

The process color (four color CMYK) of #daa6ef color hex is 0.09, 0.31, 0.00, 0.06. Web safe color of #daa6ef is #cc99ff. Color #daa6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 11101111
Octal 332 246 357
Decimal 218 166 239
Hex DA A6 EF

RGB Percentages of Color #daa6ef

%34.99
%26.65
%38.36

CMYK Percentages of Color #daa6ef

%9
%31
%0
%6

Triadic Colors of #daa6ef

#daa6ef #efdaa6 #a6efda

Analogous Colors of #daa6ef

#daa6ef #efa6e0 #b6a6ef

Monochromatic Colors of #daa6ef

#daa6ef

Complementary Color

#daa6ef #bbefa6

#daa6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa6ef Color CSS Codes

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

#daa6ef Text Font Color

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

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


#daa6ef Background Color

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

This div background color is #daa6ef


#daa6ef Border Color

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

This div border color is #daa6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa6ef


Comments

No comments written yet.

Please login to write comment.