Color Hex Logo

#da7faf Color Hex

#DA7FAF
(218,127,175)
0 Favorites   0 Comments

Color spaces of #da7faf

RGB 218127175
HSL0.910.550.68
HSV328°42°85°
CMYK 0.000.420.20   0.15
XYZ44.240733.179344.6299
Yxy33.17930.36250.2719
Hunter Lab57.601536.2940-5.6171
CIE-Lab64.305841.3478-10.1074

#da7faf color RGB value is (218,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111111 10101111
Octal 332 177 257
Decimal 218 127 175
Hex DA 7F AF

RGB Percentages of Color #da7faf

%41.92
%24.42
%33.65

CMYK Percentages of Color #da7faf

%0
%42
%20
%15

Triadic Colors of #da7faf

#da7faf #afda7f #7fafda

Analogous Colors of #da7faf

#da7faf #da7f82 #d87fda

Monochromatic Colors of #da7faf

#da7faf

Complementary Color

#da7faf #7fdaaa

#da7faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7faf Color CSS Codes

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

#da7faf Text Font Color

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

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


#da7faf Background Color

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

This div background color is #da7faf


#da7faf Border Color

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

This div border color is #da7faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7faf


Comments

No comments written yet.

Please login to write comment.