Color Hex Logo

#daa3ed Color Hex

#DAA3ED
(218,163,237)
0 Favorites   0 Comments

Color spaces of #daa3ed

RGB 218163237
HSL0.790.670.78
HSV285°31°93°
CMYK 0.080.310.00   0.07
XYZ57.296747.214286.2142
Yxy47.21420.30040.2476
Hunter Lab68.712628.5970-26.2928
CIE-Lab74.326633.0385-29.2920

#daa3ed color RGB value is (218,163,237).

#daa3ed hex color red value is 218, green value is 163 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #daa3ed hue: 0.79 , saturation: 0.67 and the lightness value of daa3ed is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 11101101
Octal 332 243 355
Decimal 218 163 237
Hex DA A3 ED

RGB Percentages of Color #daa3ed

%35.28
%26.38
%38.35

CMYK Percentages of Color #daa3ed

%8
%31
%0
%7

Triadic Colors of #daa3ed

#daa3ed #eddaa3 #a3edda

Analogous Colors of #daa3ed

#daa3ed #eda3db #b5a3ed

Monochromatic Colors of #daa3ed

#daa3ed

Complementary Color

#daa3ed #b6eda3

#daa3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa3ed Color CSS Codes

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

#daa3ed Text Font Color

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

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


#daa3ed Background Color

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

This div background color is #daa3ed


#daa3ed Border Color

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

This div border color is #daa3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa3ed


Comments

No comments written yet.

Please login to write comment.