Color Hex Logo

#daa4fa Color Hex

#DAA4FA
(218,164,250)
0 Favorites   0 Comments

Color spaces of #daa4fa

RGB 218164250
HSL0.770.900.81
HSV278°34°98°
CMYK 0.130.340.00   0.02
XYZ59.444248.358596.6435
Yxy48.35850.29080.2365
Hunter Lab69.540330.8893-33.7200
CIE-Lab75.050535.1305-35.2227

#daa4fa color RGB value is (218,164,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 11111010
Octal 332 244 372
Decimal 218 164 250
Hex DA A4 FA

RGB Percentages of Color #daa4fa

%34.49
%25.95
%39.56

CMYK Percentages of Color #daa4fa

%13
%34
%0
%2

Triadic Colors of #daa4fa

#daa4fa #fadaa4 #a4fada

Analogous Colors of #daa4fa

#daa4fa #faa4ef #afa4fa

Monochromatic Colors of #daa4fa

#daa4fa

Complementary Color

#daa4fa #c4faa4

#daa4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa4fa Color CSS Codes

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

#daa4fa Text Font Color

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

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


#daa4fa Background Color

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

This div background color is #daa4fa


#daa4fa Border Color

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

This div border color is #daa4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.