Color Hex Logo

#daa5db Color Hex

#DAA5DB
(218,165,219)
0 Favorites   0 Comments

Color spaces of #daa5db

RGB 218165219
HSL0.830.430.75
HSV299°25°86°
CMYK 0.000.250.00   0.14
XYZ55.154846.930273.1693
Yxy46.93020.31470.2678
Hunter Lab68.505623.8279-15.3724
CIE-Lab74.145128.4905-19.7581

#daa5db color RGB value is (218,165,219).

#daa5db hex color red value is 218, green value is 165 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #daa5db hue: 0.83 , saturation: 0.43 and the lightness value of daa5db is 0.75.

The process color (four color CMYK) of #daa5db color hex is 0.00, 0.25, 0.00, 0.14. Web safe color of #daa5db is #cc99cc. Color #daa5db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 11011011
Octal 332 245 333
Decimal 218 165 219
Hex DA A5 DB

RGB Percentages of Color #daa5db

%36.21
%27.41
%36.38

CMYK Percentages of Color #daa5db

%0
%25
%0
%14

Triadic Colors of #daa5db

#daa5db #dbdaa5 #a5dbda

Analogous Colors of #daa5db

#daa5db #dba5c1 #bfa5db

Monochromatic Colors of #daa5db

#daa5db

Complementary Color

#daa5db #a6dba5

#daa5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa5db Color CSS Codes

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

#daa5db Text Font Color

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

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


#daa5db Background Color

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

This div background color is #daa5db


#daa5db Border Color

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

This div border color is #daa5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa5db


Comments

No comments written yet.

Please login to write comment.