Color Hex Logo

#bd80ac Color Hex

#BD80AC
(189,128,172)
0 Favorites   0 Comments

Color spaces of #bd80ac

RGB 189128172
HSL0.880.320.62
HSV317°32°74°
CMYK 0.000.320.09   0.26
XYZ36.151829.235742.7674
Yxy29.23570.33430.2703
Hunter Lab54.070024.7244-9.0472
CIE-Lab60.989130.4217-13.7298

#bd80ac color RGB value is (189,128,172).

#bd80ac hex color red value is 189, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd80ac hue: 0.88 , saturation: 0.32 and the lightness value of bd80ac is 0.62.

The process color (four color CMYK) of #bd80ac color hex is 0.00, 0.32, 0.09, 0.26. Web safe color of #bd80ac is #cc9999. Color #bd80ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 10101100
Octal 275 200 254
Decimal 189 128 172
Hex BD 80 AC

RGB Percentages of Color #bd80ac

%38.65
%26.18
%35.17

CMYK Percentages of Color #bd80ac

%0
%32
%9
%26

Triadic Colors of #bd80ac

#bd80ac #acbd80 #80acbd

Analogous Colors of #bd80ac

#bd80ac #bd808e #b080bd

Monochromatic Colors of #bd80ac

#bd80ac

Complementary Color

#bd80ac #80bd91

#bd80ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80ac Color CSS Codes

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

#bd80ac Text Font Color

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

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


#bd80ac Background Color

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

This div background color is #bd80ac


#bd80ac Border Color

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

This div border color is #bd80ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80ac


Comments

No comments written yet.

Please login to write comment.