Color Hex Logo

#bd5aad Color Hex

#BD5AAD
(189,90,173)
0 Favorites   0 Comments

Color spaces of #bd5aad

RGB 18990173
HSL0.860.430.55
HSV310°52°74°
CMYK 0.000.520.08   0.26
XYZ32.185321.148341.9208
Yxy21.14830.33790.2220
Hunter Lab45.987344.4498-21.8561
CIE-Lab53.111450.6115-26.3391

#bd5aad color RGB value is (189,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 10101101
Octal 275 132 255
Decimal 189 90 173
Hex BD 5A AD

RGB Percentages of Color #bd5aad

%41.81
%19.91
%38.27

CMYK Percentages of Color #bd5aad

%0
%52
%8
%26

Triadic Colors of #bd5aad

#bd5aad #adbd5a #5aadbd

Analogous Colors of #bd5aad

#bd5aad #bd5a7c #9c5abd

Monochromatic Colors of #bd5aad

#bd5aad

Complementary Color

#bd5aad #5abd6a

#bd5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5aad Color CSS Codes

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

#bd5aad Text Font Color

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

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


#bd5aad Background Color

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

This div background color is #bd5aad


#bd5aad Border Color

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

This div border color is #bd5aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5aad


Comments

No comments written yet.

Please login to write comment.