Color Hex Logo

#da77ab Color Hex

#DA77AB
(218,119,171)
0 Favorites   0 Comments

Color spaces of #da77ab

RGB 218119171
HSL0.910.570.66
HSV328°45°85°
CMYK 0.000.450.22   0.15
XYZ42.861031.039442.2603
Yxy31.03940.36900.2672
Hunter Lab55.713039.8254-5.9745
CIE-Lab62.540944.8846-10.4731

#da77ab color RGB value is (218,119,171).

#da77ab hex color red value is 218, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #da77ab hue: 0.91 , saturation: 0.57 and the lightness value of da77ab is 0.66.

The process color (four color CMYK) of #da77ab color hex is 0.00, 0.45, 0.22, 0.15. Web safe color of #da77ab is #cc6699. Color #da77ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 10101011
Octal 332 167 253
Decimal 218 119 171
Hex DA 77 AB

RGB Percentages of Color #da77ab

%42.91
%23.43
%33.66

CMYK Percentages of Color #da77ab

%0
%45
%22
%15

Triadic Colors of #da77ab

#da77ab #abda77 #77abda

Analogous Colors of #da77ab

#da77ab #da777a #d877da

Monochromatic Colors of #da77ab

#da77ab

Complementary Color

#da77ab #77daa6

#da77ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da77ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da77ab Color CSS Codes

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

#da77ab Text Font Color

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

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


#da77ab Background Color

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

This div background color is #da77ab


#da77ab Border Color

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

This div border color is #da77ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da77ab


Comments

No comments written yet.

Please login to write comment.