Color Hex Logo

#bb5aad Color Hex

#BB5AAD
(187,90,173)
0 Favorites   0 Comments

Color spaces of #bb5aad

RGB 18790173
HSL0.860.420.54
HSV309°52°73°
CMYK 0.000.520.07   0.27
XYZ31.692520.894341.8978
Yxy20.89430.33540.2211
Hunter Lab45.710343.7671-22.3477
CIE-Lab52.833650.0211-26.7914

#bb5aad color RGB value is (187,90,173).

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

The process color (four color CMYK) of #bb5aad color hex is 0.00, 0.52, 0.07, 0.27. Web safe color of #bb5aad is #cc6699. Color #bb5aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011010 10101101
Octal 273 132 255
Decimal 187 90 173
Hex BB 5A AD

RGB Percentages of Color #bb5aad

%41.56
%20.00
%38.44

CMYK Percentages of Color #bb5aad

%0
%52
%7
%27

Triadic Colors of #bb5aad

#bb5aad #adbb5a #5aadbb

Analogous Colors of #bb5aad

#bb5aad #bb5a7d #995abb

Monochromatic Colors of #bb5aad

#bb5aad

Complementary Color

#bb5aad #5abb68

#bb5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5aad Color CSS Codes

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

#bb5aad Text Font Color

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

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


#bb5aad Background Color

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

This div background color is #bb5aad


#bb5aad Border Color

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

This div border color is #bb5aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5aad


Comments

No comments written yet.

Please login to write comment.