Color Hex Logo

#d76caf Color Hex

#D76CAF
(215,108,175)
0 Favorites   0 Comments

Color spaces of #d76caf

RGB 215108175
HSL0.900.570.63
HSV322°50°84°
CMYK 0.000.500.19   0.16
XYZ41.124828.267343.8461
Yxy28.26730.36320.2496
Hunter Lab53.167045.0279-11.6788
CIE-Lab60.129550.0299-16.4332

#d76caf color RGB value is (215,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 10101111
Octal 327 154 257
Decimal 215 108 175
Hex D7 6C AF

RGB Percentages of Color #d76caf

%43.17
%21.69
%35.14

CMYK Percentages of Color #d76caf

%0
%50
%19
%16

Triadic Colors of #d76caf

#d76caf #afd76c #6cafd7

Analogous Colors of #d76caf

#d76caf #d76c7a #ca6cd7

Monochromatic Colors of #d76caf

#d76caf

Complementary Color

#d76caf #6cd794

#d76caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76caf Color CSS Codes

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

#d76caf Text Font Color

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

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


#d76caf Background Color

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

This div background color is #d76caf


#d76caf Border Color

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

This div border color is #d76caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76caf


Comments

No comments written yet.

Please login to write comment.