Color Hex Logo

#d176ba Color Hex

#D176BA
(209,118,186)
0 Favorites   0 Comments

Color spaces of #d176ba

RGB 209118186
HSL0.880.500.64
HSV315°44°82°
CMYK 0.000.440.11   0.18
XYZ41.635930.057350.0616
Yxy30.05730.34200.2469
Hunter Lab54.824539.6169-15.7619
CIE-Lab61.703644.8049-20.3918

#d176ba color RGB value is (209,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110110 10111010
Octal 321 166 272
Decimal 209 118 186
Hex D1 76 BA

RGB Percentages of Color #d176ba

%40.74
%23.00
%36.26

CMYK Percentages of Color #d176ba

%0
%44
%11
%18

Triadic Colors of #d176ba

#d176ba #bad176 #76bad1

Analogous Colors of #d176ba

#d176ba #d1768d #bb76d1

Monochromatic Colors of #d176ba

#d176ba

Complementary Color

#d176ba #76d18d

#d176ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d176ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d176ba Color CSS Codes

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

#d176ba Text Font Color

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

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


#d176ba Background Color

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

This div background color is #d176ba


#d176ba Border Color

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

This div border color is #d176ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,118,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d176ba


Comments

No comments written yet.

Please login to write comment.