Color Hex Logo

#daa7eb Color Hex

#DAA7EB
(218,167,235)
0 Favorites   0 Comments

Color spaces of #daa7eb

RGB 218167235
HSL0.790.630.79
HSV285°29°92°
CMYK 0.070.290.00   0.08
XYZ57.727648.541084.9240
Yxy48.54100.30190.2539
Hunter Lab69.671425.9748-23.5000
CIE-Lab75.164930.4813-26.9190

#daa7eb color RGB value is (218,167,235).

#daa7eb hex color red value is 218, green value is 167 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #daa7eb hue: 0.79 , saturation: 0.63 and the lightness value of daa7eb is 0.79.

The process color (four color CMYK) of #daa7eb color hex is 0.07, 0.29, 0.00, 0.08. Web safe color of #daa7eb is #cc99ff. Color #daa7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 11101011
Octal 332 247 353
Decimal 218 167 235
Hex DA A7 EB

RGB Percentages of Color #daa7eb

%35.16
%26.94
%37.90

CMYK Percentages of Color #daa7eb

%7
%29
%0
%8

Triadic Colors of #daa7eb

#daa7eb #ebdaa7 #a7ebda

Analogous Colors of #daa7eb

#daa7eb #eba7da #b8a7eb

Monochromatic Colors of #daa7eb

#daa7eb

Complementary Color

#daa7eb #b8eba7

#daa7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7eb Color CSS Codes

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

#daa7eb Text Font Color

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

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


#daa7eb Background Color

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

This div background color is #daa7eb


#daa7eb Border Color

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

This div border color is #daa7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7eb


Comments

No comments written yet.

Please login to write comment.