Color Hex Logo

#daa7ca Color Hex

#DAA7CA
(218,167,202)
0 Favorites   0 Comments

Color spaces of #daa7ca

RGB 218167202
HSL0.890.410.75
HSV319°23°85°
CMYK 0.000.230.07   0.15
XYZ53.392846.807162.0977
Yxy46.80710.32900.2884
Hunter Lab68.415719.5770-5.9237
CIE-Lab74.066224.3413-10.5709

#daa7ca color RGB value is (218,167,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 11001010
Octal 332 247 312
Decimal 218 167 202
Hex DA A7 CA

RGB Percentages of Color #daa7ca

%37.14
%28.45
%34.41

CMYK Percentages of Color #daa7ca

%0
%23
%7
%15

Triadic Colors of #daa7ca

#daa7ca #cadaa7 #a7cada

Analogous Colors of #daa7ca

#daa7ca #daa7b1 #d1a7da

Monochromatic Colors of #daa7ca

#daa7ca

Complementary Color

#daa7ca #a7dab7

#daa7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7ca Color CSS Codes

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

#daa7ca Text Font Color

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

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


#daa7ca Background Color

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

This div background color is #daa7ca


#daa7ca Border Color

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

This div border color is #daa7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7ca


Comments

No comments written yet.

Please login to write comment.