Color Hex Logo

#d176cf Color Hex

#D176CF
(209,118,207)
0 Favorites   0 Comments

Color spaces of #d176cf

RGB 209118207
HSL0.840.500.64
HSV301°44°82°
CMYK 0.000.440.01   0.18
XYZ44.035431.017262.6975
Yxy31.01720.31970.2252
Hunter Lab55.693143.6734-27.7616
CIE-Lab62.522248.4357-31.0068

#d176cf color RGB value is (209,118,207).

#d176cf hex color red value is 209, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d176cf hue: 0.84 , saturation: 0.50 and the lightness value of d176cf is 0.64.

The process color (four color CMYK) of #d176cf color hex is 0.00, 0.44, 0.01, 0.18. Web safe color of #d176cf is #cc66cc. Color #d176cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110110 11001111
Octal 321 166 317
Decimal 209 118 207
Hex D1 76 CF

RGB Percentages of Color #d176cf

%39.14
%22.10
%38.76

CMYK Percentages of Color #d176cf

%0
%44
%1
%18

Triadic Colors of #d176cf

#d176cf #cfd176 #76cfd1

Analogous Colors of #d176cf

#d176cf #d176a2 #a676d1

Monochromatic Colors of #d176cf

#d176cf

Complementary Color

#d176cf #76d178

#d176cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d176cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d176cf Color CSS Codes

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

#d176cf Text Font Color

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

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


#d176cf Background Color

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

This div background color is #d176cf


#d176cf Border Color

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

This div border color is #d176cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d176cf


Comments

No comments written yet.

Please login to write comment.