color codes Logo

#d76cac color codes

#D76CAC
(215,108,172)
0 Favorites   0 Comments

Color spaces of #d76cac

RGB 215108172
HSL0.900.570.63
HSV324°50°84°
CMYK 0.000.500.20   0.16
XYZ40.833328.150842.3112
Yxy28.15080.36690.2529
Hunter Lab53.057344.5246-10.1414
CIE-Lab60.024749.5857-14.8698

#d76cac color RGB value is (215,108,172).

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

The process color (four color CMYK) of #d76cac color code is 0.00, 0.50, 0.20, 0.16. Web safe color of #d76cac is #cc6699. Color #d76cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101100 10101100
Octal 327 154 254
Decimal 215 108 172
Hex D7 6C AC

RGB Percentages of Color #d76cac

%43.43
%21.82
%34.75

CMYK Percentages of Color #d76cac

%0
%50
%20
%16

Triadic Colors of #d76cac

#d76cac #acd76c #6cacd7

Analogous Colors of #d76cac

#d76cac #d76c77 #cd6cd7

Monochromatic Colors of #d76cac

#d76cac

Complementary Color

#d76cac #6cd797

#d76cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76cac Color CSS Codes

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

#d76cac Text Font Color

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

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


#d76cac Background Color

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

This div background color is #d76cac


#d76cac Border Color

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

This div border color is #d76cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76cac


Comments

No comments written yet.

Please login to write comment.