Color Hex Logo

#bd94aa Color Hex

#BD94AA
(189,148,170)
0 Favorites   0 Comments

Color spaces of #bd94aa

RGB 189148170
HSL0.910.240.66
HSV328°22°74°
CMYK 0.000.220.10   0.26
XYZ38.831934.900942.7201
Yxy34.90090.33350.2997
Hunter Lab59.077013.9451-1.5202
CIE-Lab65.671418.9789-5.6028

#bd94aa color RGB value is (189,148,170).

#bd94aa hex color red value is 189, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd94aa hue: 0.91 , saturation: 0.24 and the lightness value of bd94aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 10101010
Octal 275 224 252
Decimal 189 148 170
Hex BD 94 AA

RGB Percentages of Color #bd94aa

%37.28
%29.19
%33.53

CMYK Percentages of Color #bd94aa

%0
%22
%10
%26

Triadic Colors of #bd94aa

#bd94aa #aabd94 #94aabd

Analogous Colors of #bd94aa

#bd94aa #bd9496 #bc94bd

Monochromatic Colors of #bd94aa

#bd94aa

Complementary Color

#bd94aa #94bda7

#bd94aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd94aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd94aa Color CSS Codes

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

#bd94aa Text Font Color

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

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


#bd94aa Background Color

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

This div background color is #bd94aa


#bd94aa Border Color

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

This div border color is #bd94aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd94aa


Comments

No comments written yet.

Please login to write comment.