Color Hex Logo

#da91ad Color Hex

#DA91AD
(218,145,173)
0 Favorites   0 Comments

Color spaces of #da91ad

RGB 218145173
HSL0.940.500.71
HSV337°33°85°
CMYK 0.000.330.21   0.15
XYZ46.581738.173444.4482
Yxy38.17340.36050.2955
Hunter Lab61.784626.45460.5957
CIE-Lab68.148231.5034-3.2807

#da91ad color RGB value is (218,145,173).

#da91ad hex color red value is 218, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #da91ad hue: 0.94 , saturation: 0.50 and the lightness value of da91ad is 0.71.

The process color (four color CMYK) of #da91ad color hex is 0.00, 0.33, 0.21, 0.15. Web safe color of #da91ad is #cc9999. Color #da91ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010001 10101101
Octal 332 221 255
Decimal 218 145 173
Hex DA 91 AD

RGB Percentages of Color #da91ad

%40.67
%27.05
%32.28

CMYK Percentages of Color #da91ad

%0
%33
%21
%15

Triadic Colors of #da91ad

#da91ad #adda91 #91adda

Analogous Colors of #da91ad

#da91ad #da9a91 #da91d2

Monochromatic Colors of #da91ad

#da91ad

Complementary Color

#da91ad #91dabe

#da91ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da91ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#da91ad Color CSS Codes

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

#da91ad Text Font Color

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

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


#da91ad Background Color

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

This div background color is #da91ad


#da91ad Border Color

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

This div border color is #da91ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da91ad


Comments

No comments written yet.

Please login to write comment.