Color Hex Logo

#d76faf Color Hex

#D76FAF
(215,111,175)
0 Favorites   0 Comments

Color spaces of #d76faf

RGB 215111175
HSL0.900.570.64
HSV323°48°84°
CMYK 0.000.480.19   0.16
XYZ41.446628.911143.9534
Yxy28.91110.36260.2529
Hunter Lab53.769043.4967-10.8282
CIE-Lab60.703148.5412-15.5645

#d76faf color RGB value is (215,111,175).

#d76faf hex color red value is 215, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d76faf hue: 0.90 , saturation: 0.57 and the lightness value of d76faf is 0.64.

The process color (four color CMYK) of #d76faf color hex is 0.00, 0.48, 0.19, 0.16. Web safe color of #d76faf is #cc6699. Color #d76faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101111 10101111
Octal 327 157 257
Decimal 215 111 175
Hex D7 6F AF

RGB Percentages of Color #d76faf

%42.91
%22.16
%34.93

CMYK Percentages of Color #d76faf

%0
%48
%19
%16

Triadic Colors of #d76faf

#d76faf #afd76f #6fafd7

Analogous Colors of #d76faf

#d76faf #d76f7b #cb6fd7

Monochromatic Colors of #d76faf

#d76faf

Complementary Color

#d76faf #6fd797

#d76faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76faf Color CSS Codes

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

#d76faf Text Font Color

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

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


#d76faf Background Color

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

This div background color is #d76faf


#d76faf Border Color

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

This div border color is #d76faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76faf


Comments

No comments written yet.

Please login to write comment.