Color Hex Logo

#da08ab Color Hex

#DA08AB
(218,8,171)
0 Favorites   0 Comments

Color spaces of #da08ab

RGB 2188171
HSL0.870.930.44
HSV313°96°85°
CMYK 0.000.960.22   0.15
XYZ36.351018.019440.0903
Yxy18.01940.38480.1908
Hunter Lab42.449378.5705-26.2807
CIE-Lab49.519680.5232-30.3825

#da08ab color RGB value is (218,8,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 10101011
Octal 332 10 253
Decimal 218 8 171
Hex DA 8 AB

RGB Percentages of Color #da08ab

%54.91
%2.02
%43.07

CMYK Percentages of Color #da08ab

%0
%96
%22
%15

Triadic Colors of #da08ab

#da08ab #abda08 #08abda

Analogous Colors of #da08ab

#da08ab #da0842 #a008da

Monochromatic Colors of #da08ab

#da08ab

Complementary Color

#da08ab #08da37

#da08ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da08ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da08ab Color CSS Codes

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

#da08ab Text Font Color

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

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


#da08ab Background Color

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

This div background color is #da08ab


#da08ab Border Color

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

This div border color is #da08ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da08ab


Comments

No comments written yet.

Please login to write comment.