Color Hex Logo

#daa4fd Color Hex

#DAA4FD
(218,164,253)
0 Favorites   0 Comments

Color spaces of #daa4fd

RGB 218164253
HSL0.770.960.82
HSV276°35°99°
CMYK 0.140.350.00   0.01
XYZ59.918548.548299.1412
Yxy48.54820.28860.2338
Hunter Lab69.676531.5675-35.5888
CIE-Lab75.169435.7522-36.6594

#daa4fd color RGB value is (218,164,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 11111101
Octal 332 244 375
Decimal 218 164 253
Hex DA A4 FD

RGB Percentages of Color #daa4fd

%34.33
%25.83
%39.84

CMYK Percentages of Color #daa4fd

%14
%35
%0
%1

Triadic Colors of #daa4fd

#daa4fd #fddaa4 #a4fdda

Analogous Colors of #daa4fd

#daa4fd #fda4f4 #aea4fd

Monochromatic Colors of #daa4fd

#daa4fd

Complementary Color

#daa4fd #c7fda4

#daa4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa4fd Color CSS Codes

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

#daa4fd Text Font Color

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

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


#daa4fd Background Color

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

This div background color is #daa4fd


#daa4fd Border Color

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

This div border color is #daa4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.