Color Hex Logo

#daa0fd Color Hex

#DAA0FD
(218,160,253)
0 Favorites   0 Comments

Color spaces of #daa0fd

RGB 218160253
HSL0.770.960.81
HSV277°37°99°
CMYK 0.140.370.00   0.01
XYZ59.213947.138998.9063
Yxy47.13890.28850.2297
Hunter Lab68.657833.7962-37.3509
CIE-Lab74.278537.9050-38.0422

#daa0fd color RGB value is (218,160,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 11111101
Octal 332 240 375
Decimal 218 160 253
Hex DA A0 FD

RGB Percentages of Color #daa0fd

%34.55
%25.36
%40.10

CMYK Percentages of Color #daa0fd

%14
%37
%0
%1

Triadic Colors of #daa0fd

#daa0fd #fddaa0 #a0fdda

Analogous Colors of #daa0fd

#daa0fd #fda0f2 #aca0fd

Monochromatic Colors of #daa0fd

#daa0fd

Complementary Color

#daa0fd #c3fda0

#daa0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa0fd Color CSS Codes

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

#daa0fd Text Font Color

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

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


#daa0fd Background Color

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

This div background color is #daa0fd


#daa0fd Border Color

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

This div border color is #daa0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa0fd


Comments

No comments written yet.

Please login to write comment.