Color Hex Logo

#da73ac Color Hex

#DA73AC
(218,115,172)
0 Favorites   0 Comments

Color spaces of #da73ac

RGB 218115172
HSL0.910.580.65
HSV327°47°85°
CMYK 0.000.470.21   0.15
XYZ42.490630.145542.6089
Yxy30.14550.36870.2616
Hunter Lab54.904942.0565-7.5785
CIE-Lab61.779647.0584-12.1858

#da73ac color RGB value is (218,115,172).

#da73ac hex color red value is 218, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da73ac hue: 0.91 , saturation: 0.58 and the lightness value of da73ac is 0.65.

The process color (four color CMYK) of #da73ac color hex is 0.00, 0.47, 0.21, 0.15. Web safe color of #da73ac is #cc6699. Color #da73ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110011 10101100
Octal 332 163 254
Decimal 218 115 172
Hex DA 73 AC

RGB Percentages of Color #da73ac

%43.17
%22.77
%34.06

CMYK Percentages of Color #da73ac

%0
%47
%21
%15

Triadic Colors of #da73ac

#da73ac #acda73 #73acda

Analogous Colors of #da73ac

#da73ac #da7379 #d573da

Monochromatic Colors of #da73ac

#da73ac

Complementary Color

#da73ac #73daa1

#da73ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da73ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da73ac Color CSS Codes

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

#da73ac Text Font Color

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

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


#da73ac Background Color

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

This div background color is #da73ac


#da73ac Border Color

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

This div border color is #da73ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,115,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 #da73ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da73ac


Comments

No comments written yet.

Please login to write comment.