Color Hex Logo

#bd5baa Color Hex

#BD5BAA
(189,91,170)
0 Favorites   0 Comments

Color spaces of #bd5baa

RGB 18991170
HSL0.870.430.55
HSV312°52°74°
CMYK 0.000.520.10   0.26
XYZ31.983121.203340.4372
Yxy21.20330.34160.2265
Hunter Lab46.047043.3992-19.8339
CIE-Lab53.171349.6222-24.4988

#bd5baa color RGB value is (189,91,170).

#bd5baa hex color red value is 189, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd5baa hue: 0.87 , saturation: 0.43 and the lightness value of bd5baa is 0.55.

The process color (four color CMYK) of #bd5baa color hex is 0.00, 0.52, 0.10, 0.26. Web safe color of #bd5baa is #cc6699. Color #bd5baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011011 10101010
Octal 275 133 252
Decimal 189 91 170
Hex BD 5B AA

RGB Percentages of Color #bd5baa

%42.00
%20.22
%37.78

CMYK Percentages of Color #bd5baa

%0
%52
%10
%26

Triadic Colors of #bd5baa

#bd5baa #aabd5b #5baabd

Analogous Colors of #bd5baa

#bd5baa #bd5b79 #9f5bbd

Monochromatic Colors of #bd5baa

#bd5baa

Complementary Color

#bd5baa #5bbd6e

#bd5baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5baa Color CSS Codes

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

#bd5baa Text Font Color

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

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


#bd5baa Background Color

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

This div background color is #bd5baa


#bd5baa Border Color

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

This div border color is #bd5baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5baa


Comments

No comments written yet.

Please login to write comment.