Color Hex Logo

#daa7fa Color Hex

#DAA7FA
(218,167,250)
0 Favorites   0 Comments

Color spaces of #daa7fa

RGB 218167250
HSL0.770.890.82
HSV277°33°98°
CMYK 0.130.330.00   0.02
XYZ59.987549.445096.8246
Yxy49.44500.29080.2397
Hunter Lab70.317129.2232-32.4186
CIE-Lab75.727333.5118-34.1757

#daa7fa color RGB value is (218,167,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 11111010
Octal 332 247 372
Decimal 218 167 250
Hex DA A7 FA

RGB Percentages of Color #daa7fa

%34.33
%26.30
%39.37

CMYK Percentages of Color #daa7fa

%13
%33
%0
%2

Triadic Colors of #daa7fa

#daa7fa #fadaa7 #a7fada

Analogous Colors of #daa7fa

#daa7fa #faa7f1 #b1a7fa

Monochromatic Colors of #daa7fa

#daa7fa

Complementary Color

#daa7fa #c7faa7

#daa7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7fa Color CSS Codes

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

#daa7fa Text Font Color

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

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


#daa7fa Background Color

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

This div background color is #daa7fa


#daa7fa Border Color

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

This div border color is #daa7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7fa


Comments

No comments written yet.

Please login to write comment.