Color Hex Logo

#da08ac Color Hex

#DA08AC
(218,8,172)
0 Favorites   0 Comments

Color spaces of #da08ac

RGB 2188172
HSL0.870.930.44
HSV313°96°85°
CMYK 0.000.960.21   0.15
XYZ36.446718.057640.5942
Yxy18.05760.38330.1899
Hunter Lab42.494278.7320-26.8930
CIE-Lab49.565980.6420-30.9008

#da08ac color RGB value is (218,8,172).

#da08ac hex color red value is 218, green value is 8 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #da08ac hue: 0.87 , saturation: 0.93 and the lightness value of da08ac is 0.44.

The process color (four color CMYK) of #da08ac color hex is 0.00, 0.96, 0.21, 0.15. Web safe color of #da08ac is #cc0099. Color #da08ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 10101100
Octal 332 10 254
Decimal 218 8 172
Hex DA 8 AC

RGB Percentages of Color #da08ac

%54.77
%2.01
%43.22

CMYK Percentages of Color #da08ac

%0
%96
%21
%15

Triadic Colors of #da08ac

#da08ac #acda08 #08acda

Analogous Colors of #da08ac

#da08ac #da0843 #9f08da

Monochromatic Colors of #da08ac

#da08ac

Complementary Color

#da08ac #08da36

#da08ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da08ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#da08ac Color CSS Codes

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

#da08ac Text Font Color

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

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


#da08ac Background Color

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

This div background color is #da08ac


#da08ac Border Color

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

This div border color is #da08ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da08ac


Comments

No comments written yet.

Please login to write comment.