Color Hex Logo

#da78ab Color Hex

#DA78AB
(218,120,171)
0 Favorites   0 Comments

Color spaces of #da78ab

RGB 218120171
HSL0.910.570.66
HSV329°45°85°
CMYK 0.000.450.22   0.15
XYZ42.980631.278642.3001
Yxy31.27860.36870.2683
Hunter Lab55.927339.3061-5.6944
CIE-Lab62.742144.3735-10.1719

#da78ab color RGB value is (218,120,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111000 10101011
Octal 332 170 253
Decimal 218 120 171
Hex DA 78 AB

RGB Percentages of Color #da78ab

%42.83
%23.58
%33.60

CMYK Percentages of Color #da78ab

%0
%45
%22
%15

Triadic Colors of #da78ab

#da78ab #abda78 #78abda

Analogous Colors of #da78ab

#da78ab #da787a #d878da

Monochromatic Colors of #da78ab

#da78ab

Complementary Color

#da78ab #78daa7

#da78ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da78ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#da78ab Color CSS Codes

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

#da78ab Text Font Color

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

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


#da78ab Background Color

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

This div background color is #da78ab


#da78ab Border Color

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

This div border color is #da78ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da78ab


Comments

No comments written yet.

Please login to write comment.