Color Hex Logo

#da05ab Color Hex

#DA05AB
(218,5,171)
0 Favorites   0 Comments

Color spaces of #da05ab

RGB 2185171
HSL0.870.960.44
HSV313°98°85°
CMYK 0.000.980.22   0.15
XYZ36.318417.954240.0794
Yxy17.95420.38490.1903
Hunter Lab42.372478.8449-26.4208
CIE-Lab49.440580.7557-30.5059

#da05ab color RGB value is (218,5,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000101 10101011
Octal 332 5 253
Decimal 218 5 171
Hex DA 5 AB

RGB Percentages of Color #da05ab

%55.33
%1.27
%43.40

CMYK Percentages of Color #da05ab

%0
%98
%22
%15

Triadic Colors of #da05ab

#da05ab #abda05 #05abda

Analogous Colors of #da05ab

#da05ab #da0540 #9f05da

Monochromatic Colors of #da05ab

#da05ab

Complementary Color

#da05ab #05da34

#da05ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da05ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da05ab Color CSS Codes

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

#da05ab Text Font Color

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

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


#da05ab Background Color

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

This div background color is #da05ab


#da05ab Border Color

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

This div border color is #da05ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da05ab


Comments

No comments written yet.

Please login to write comment.