Color Hex Logo

#d76acf Color Hex

#D76ACF
(215,106,207)
0 Favorites   0 Comments

Color spaces of #d76acf

RGB 215106207
HSL0.850.580.63
HSV304°51°84°
CMYK 0.000.510.04   0.16
XYZ44.440929.260162.3370
Yxy29.26010.32670.2151
Hunter Lab54.092651.9883-30.4617
CIE-Lab61.010556.1354-33.2936

#d76acf color RGB value is (215,106,207).

#d76acf hex color red value is 215, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d76acf hue: 0.85 , saturation: 0.58 and the lightness value of d76acf is 0.63.

The process color (four color CMYK) of #d76acf color hex is 0.00, 0.51, 0.04, 0.16. Web safe color of #d76acf is #cc66cc. Color #d76acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101010 11001111
Octal 327 152 317
Decimal 215 106 207
Hex D7 6A CF

RGB Percentages of Color #d76acf

%40.72
%20.08
%39.20

CMYK Percentages of Color #d76acf

%0
%51
%4
%16

Triadic Colors of #d76acf

#d76acf #cfd76a #6acfd7

Analogous Colors of #d76acf

#d76acf #d76a99 #a96ad7

Monochromatic Colors of #d76acf

#d76acf

Complementary Color

#d76acf #6ad772

#d76acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76acf Color CSS Codes

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

#d76acf Text Font Color

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

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


#d76acf Background Color

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

This div background color is #d76acf


#d76acf Border Color

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

This div border color is #d76acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,106,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76acf


Comments

No comments written yet.

Please login to write comment.