Color Hex Logo

#bd84aa Color Hex

#BD84AA
(189,132,170)
0 Favorites   0 Comments

Color spaces of #bd84aa

RGB 189132170
HSL0.890.300.63
HSV320°30°74°
CMYK 0.000.300.10   0.26
XYZ36.493230.223641.9406
Yxy30.22360.33590.2782
Hunter Lab54.976022.2807-6.7485
CIE-Lab61.846727.8620-11.3012

#bd84aa color RGB value is (189,132,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 10101010
Octal 275 204 252
Decimal 189 132 170
Hex BD 84 AA

RGB Percentages of Color #bd84aa

%38.49
%26.88
%34.62

CMYK Percentages of Color #bd84aa

%0
%30
%10
%26

Triadic Colors of #bd84aa

#bd84aa #aabd84 #84aabd

Analogous Colors of #bd84aa

#bd84aa #bd848e #b484bd

Monochromatic Colors of #bd84aa

#bd84aa

Complementary Color

#bd84aa #84bd97

#bd84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd84aa Color CSS Codes

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

#bd84aa Text Font Color

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

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


#bd84aa Background Color

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

This div background color is #bd84aa


#bd84aa Border Color

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

This div border color is #bd84aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd84aa


Comments

No comments written yet.

Please login to write comment.