Color Hex Logo

#d178bc Color Hex

#D178BC
(209,120,188)
0 Favorites   0 Comments

Color spaces of #d178bc

RGB 209120188
HSL0.870.490.65
HSV314°43°82°
CMYK 0.000.430.10   0.18
XYZ42.088130.619151.2687
Yxy30.61910.33950.2470
Hunter Lab55.334538.9338-16.1994
CIE-Lab62.184844.1008-20.7931

#d178bc color RGB value is (209,120,188).

#d178bc hex color red value is 209, green value is 120 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d178bc hue: 0.87 , saturation: 0.49 and the lightness value of d178bc is 0.65.

The process color (four color CMYK) of #d178bc color hex is 0.00, 0.43, 0.10, 0.18. Web safe color of #d178bc is #cc66cc. Color #d178bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111000 10111100
Octal 321 170 274
Decimal 209 120 188
Hex D1 78 BC

RGB Percentages of Color #d178bc

%40.43
%23.21
%36.36

CMYK Percentages of Color #d178bc

%0
%43
%10
%18

Triadic Colors of #d178bc

#d178bc #bcd178 #78bcd1

Analogous Colors of #d178bc

#d178bc #d17890 #ba78d1

Monochromatic Colors of #d178bc

#d178bc

Complementary Color

#d178bc #78d18d

#d178bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d178bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d178bc Color CSS Codes

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

#d178bc Text Font Color

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

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


#d178bc Background Color

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

This div background color is #d178bc


#d178bc Border Color

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

This div border color is #d178bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d178bc


Comments

No comments written yet.

Please login to write comment.