Color Hex Logo

#bb0aaf Color Hex

#BB0AAF
(187,10,175)
0 Favorites   0 Comments

Color spaces of #bb0aaf

RGB 18710175
HSL0.840.900.39
HSV304°95°73°
CMYK 0.000.950.06   0.27
XYZ28.339913.877041.7423
Yxy13.87700.33750.1653
Hunter Lab37.251870.6058-40.3607
CIE-Lab44.056075.1713-41.7450

#bb0aaf color RGB value is (187,10,175).

#bb0aaf hex color red value is 187, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb0aaf hue: 0.84 , saturation: 0.90 and the lightness value of bb0aaf is 0.39.

The process color (four color CMYK) of #bb0aaf color hex is 0.00, 0.95, 0.06, 0.27. Web safe color of #bb0aaf is #cc0099. Color #bb0aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001010 10101111
Octal 273 12 257
Decimal 187 10 175
Hex BB A AF

RGB Percentages of Color #bb0aaf

%50.27
%2.69
%47.04

CMYK Percentages of Color #bb0aaf

%0
%95
%6
%27

Triadic Colors of #bb0aaf

#bb0aaf #afbb0a #0aafbb

Analogous Colors of #bb0aaf

#bb0aaf #bb0a56 #6f0abb

Monochromatic Colors of #bb0aaf

#bb0aaf

Complementary Color

#bb0aaf #0abb16

#bb0aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0aaf Color CSS Codes

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

#bb0aaf Text Font Color

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

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


#bb0aaf Background Color

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

This div background color is #bb0aaf


#bb0aaf Border Color

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

This div border color is #bb0aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,10,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0aaf


Comments

No comments written yet.

Please login to write comment.