Color Hex Logo

#da79af Color Hex

#DA79AF
(218,121,175)
0 Favorites   0 Comments

Color spaces of #da79af

RGB 218121175
HSL0.910.570.66
HSV327°44°85°
CMYK 0.000.440.20   0.15
XYZ43.488731.675344.3793
Yxy31.67530.36380.2650
Hunter Lab56.280839.4372-7.3556
CIE-Lab63.073644.4510-11.9533

#da79af color RGB value is (218,121,175).

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

The process color (four color CMYK) of #da79af color hex is 0.00, 0.44, 0.20, 0.15. Web safe color of #da79af is #cc6699. Color #da79af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111001 10101111
Octal 332 171 257
Decimal 218 121 175
Hex DA 79 AF

RGB Percentages of Color #da79af

%42.41
%23.54
%34.05

CMYK Percentages of Color #da79af

%0
%44
%20
%15

Triadic Colors of #da79af

#da79af #afda79 #79afda

Analogous Colors of #da79af

#da79af #da797f #d579da

Monochromatic Colors of #da79af

#da79af

Complementary Color

#da79af #79daa4

#da79af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da79af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da79af Color CSS Codes

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

#da79af Text Font Color

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

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


#da79af Background Color

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

This div background color is #da79af


#da79af Border Color

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

This div border color is #da79af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da79af


Comments

No comments written yet.

Please login to write comment.