Color Hex Logo

#daa8ff Color Hex

#DAA8FF
(218,168,255)
0 Favorites   0 Comments

Color spaces of #daa8ff

RGB 218168255
HSL0.761.000.83
HSV274°34°100°
CMYK 0.150.340.00   0.00
XYZ60.966150.1307101.0707
Yxy50.13070.28730.2363
Hunter Lab70.803029.7950-35.0738
CIE-Lab76.149434.0121-36.2192

#daa8ff color RGB value is (218,168,255).

#daa8ff hex color red value is 218, green value is 168 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #daa8ff hue: 0.76 , saturation: 1.00 and the lightness value of daa8ff is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 11111111
Octal 332 250 377
Decimal 218 168 255
Hex DA A8 FF

RGB Percentages of Color #daa8ff

%34.01
%26.21
%39.78

CMYK Percentages of Color #daa8ff

%15
%34
%0
%0

Triadic Colors of #daa8ff

#daa8ff #ffdaa8 #a8ffda

Analogous Colors of #daa8ff

#daa8ff #ffa8f9 #afa8ff

Monochromatic Colors of #daa8ff

#daa8ff

Complementary Color

#daa8ff #cdffa8

#daa8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa8ff Color CSS Codes

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

#daa8ff Text Font Color

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

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


#daa8ff Background Color

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

This div background color is #daa8ff


#daa8ff Border Color

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

This div border color is #daa8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa8ff


Comments

No comments written yet.

Please login to write comment.