Color Hex Logo

#daa5fe Color Hex

#DAA5FE
(218,165,254)
0 Favorites   0 Comments

Color spaces of #daa5fe

RGB 218165254
HSL0.770.980.82
HSV276°35°100°
CMYK 0.140.350.00   0.00
XYZ60.258048.9715100.0424
Yxy48.97150.28790.2340
Hunter Lab69.979631.2382-35.7748
CIE-Lab75.433635.4216-36.7895

#daa5fe color RGB value is (218,165,254).

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

The process color (four color CMYK) of #daa5fe color hex is 0.14, 0.35, 0.00, 0.00. Web safe color of #daa5fe is #cc99ff. Color #daa5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 11111110
Octal 332 245 376
Decimal 218 165 254
Hex DA A5 FE

RGB Percentages of Color #daa5fe

%34.22
%25.90
%39.87

CMYK Percentages of Color #daa5fe

%14
%35
%0
%0

Triadic Colors of #daa5fe

#daa5fe #fedaa5 #a5feda

Analogous Colors of #daa5fe

#daa5fe #fea5f6 #aea5fe

Monochromatic Colors of #daa5fe

#daa5fe

Complementary Color

#daa5fe #c9fea5

#daa5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa5fe Color CSS Codes

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

#daa5fe Text Font Color

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

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


#daa5fe Background Color

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

This div background color is #daa5fe


#daa5fe Border Color

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

This div border color is #daa5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa5fe


Comments

No comments written yet.

Please login to write comment.