Color Hex Logo

#daa7da Color Hex

#DAA7DA
(218,167,218)
0 Favorites   0 Comments

Color spaces of #daa7da

RGB 218167218
HSL0.830.410.75
HSV300°23°85°
CMYK 0.000.230.00   0.15
XYZ55.387047.604872.5991
Yxy47.60480.31540.2711
Hunter Lab68.996222.5482-14.0887
CIE-Lab74.575027.2220-18.5607

#daa7da color RGB value is (218,167,218).

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

The process color (four color CMYK) of #daa7da color hex is 0.00, 0.23, 0.00, 0.15. Web safe color of #daa7da is #cc99cc. Color #daa7da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 11011010
Octal 332 247 332
Decimal 218 167 218
Hex DA A7 DA

RGB Percentages of Color #daa7da

%36.15
%27.69
%36.15

CMYK Percentages of Color #daa7da

%0
%23
%0
%15

Triadic Colors of #daa7da

#daa7da #dadaa7 #a7dada

Analogous Colors of #daa7da

#daa7da #daa7c1 #c1a7da

Monochromatic Colors of #daa7da

#daa7da

Complementary Color

#daa7da #a7daa7

#daa7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7da Color CSS Codes

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

#daa7da Text Font Color

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

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


#daa7da Background Color

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

This div background color is #daa7da


#daa7da Border Color

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

This div border color is #daa7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7da


Comments

No comments written yet.

Please login to write comment.