Color Hex Logo

#daa8fa Color Hex

#DAA8FA
(218,168,250)
0 Favorites   0 Comments

Color spaces of #daa8fa

RGB 218168250
HSL0.770.890.82
HSV277°33°98°
CMYK 0.130.330.00   0.02
XYZ60.171449.812896.8859
Yxy49.81280.29090.2408
Hunter Lab70.578228.6683-31.9854
CIE-Lab75.954232.9717-33.8251

#daa8fa color RGB value is (218,168,250).

#daa8fa hex color red value is 218, green value is 168 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #daa8fa hue: 0.77 , saturation: 0.89 and the lightness value of daa8fa is 0.82.

The process color (four color CMYK) of #daa8fa color hex is 0.13, 0.33, 0.00, 0.02. Web safe color of #daa8fa is #cc99ff. Color #daa8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 11111010
Octal 332 250 372
Decimal 218 168 250
Hex DA A8 FA

RGB Percentages of Color #daa8fa

%34.28
%26.42
%39.31

CMYK Percentages of Color #daa8fa

%13
%33
%0
%2

Triadic Colors of #daa8fa

#daa8fa #fadaa8 #a8fada

Analogous Colors of #daa8fa

#daa8fa #faa8f1 #b1a8fa

Monochromatic Colors of #daa8fa

#daa8fa

Complementary Color

#daa8fa #c8faa8

#daa8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa8fa Color CSS Codes

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

#daa8fa Text Font Color

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

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


#daa8fa Background Color

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

This div background color is #daa8fa


#daa8fa Border Color

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

This div border color is #daa8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa8fa


Comments

No comments written yet.

Please login to write comment.