Color Hex Logo

#bd80aa Color Hex

#BD80AA
(189,128,170)
0 Favorites   0 Comments

Color spaces of #bd80aa

RGB 189128170
HSL0.890.320.62
HSV319°32°74°
CMYK 0.000.320.10   0.26
XYZ35.961129.159441.7632
Yxy29.15940.33650.2728
Hunter Lab53.999424.3736-8.0553
CIE-Lab60.922130.0726-12.6899

#bd80aa color RGB value is (189,128,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 10101010
Octal 275 200 252
Decimal 189 128 170
Hex BD 80 AA

RGB Percentages of Color #bd80aa

%38.81
%26.28
%34.91

CMYK Percentages of Color #bd80aa

%0
%32
%10
%26

Triadic Colors of #bd80aa

#bd80aa #aabd80 #80aabd

Analogous Colors of #bd80aa

#bd80aa #bd808c #b280bd

Monochromatic Colors of #bd80aa

#bd80aa

Complementary Color

#bd80aa #80bd93

#bd80aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80aa Color CSS Codes

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

#bd80aa Text Font Color

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

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


#bd80aa Background Color

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

This div background color is #bd80aa


#bd80aa Border Color

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

This div border color is #bd80aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,128,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80aa


Comments

No comments written yet.

Please login to write comment.