Color Hex Logo

#da92ac Color Hex

#DA92AC
(218,146,172)
0 Favorites   0 Comments

Color spaces of #da92ac

RGB 218146172
HSL0.940.490.71
HSV338°33°85°
CMYK 0.000.330.21   0.15
XYZ46.638738.441843.9916
Yxy38.44180.36130.2978
Hunter Lab62.001525.76861.3333
CIE-Lab68.345030.8160-2.4317

#da92ac color RGB value is (218,146,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 10101100
Octal 332 222 254
Decimal 218 146 172
Hex DA 92 AC

RGB Percentages of Color #da92ac

%40.67
%27.24
%32.09

CMYK Percentages of Color #da92ac

%0
%33
%21
%15

Triadic Colors of #da92ac

#da92ac #acda92 #92acda

Analogous Colors of #da92ac

#da92ac #da9c92 #da92d0

Monochromatic Colors of #da92ac

#da92ac

Complementary Color

#da92ac #92dac0

#da92ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da92ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da92ac Color CSS Codes

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

#da92ac Text Font Color

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

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


#da92ac Background Color

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

This div background color is #da92ac


#da92ac Border Color

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

This div border color is #da92ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da92ac


Comments

No comments written yet.

Please login to write comment.