Color Hex Logo

#bb0aca Color Hex

#BB0ACA
(187,10,202)
0 Favorites   0 Comments

Color spaces of #bb0aca

RGB 18710202
HSL0.820.910.42
HSV295°95°79°
CMYK 0.070.950.00   0.21
XYZ31.262715.046157.1336
Yxy15.04610.30220.1455
Hunter Lab38.789375.9829-60.1770
CIE-Lab45.697379.2067-54.9400

#bb0aca color RGB value is (187,10,202).

#bb0aca hex color red value is 187, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bb0aca hue: 0.82 , saturation: 0.91 and the lightness value of bb0aca is 0.42.

The process color (four color CMYK) of #bb0aca color hex is 0.07, 0.95, 0.00, 0.21. Web safe color of #bb0aca is #cc00cc. Color #bb0aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001010 11001010
Octal 273 12 312
Decimal 187 10 202
Hex BB A CA

RGB Percentages of Color #bb0aca

%46.87
%2.51
%50.63

CMYK Percentages of Color #bb0aca

%7
%95
%0
%21

Triadic Colors of #bb0aca

#bb0aca #cabb0a #0acabb

Analogous Colors of #bb0aca

#bb0aca #ca0a79 #5b0aca

Monochromatic Colors of #bb0aca

#bb0aca

Complementary Color

#bb0aca #19ca0a

#bb0aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0aca Color CSS Codes

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

#bb0aca Text Font Color

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

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


#bb0aca Background Color

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

This div background color is #bb0aca


#bb0aca Border Color

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

This div border color is #bb0aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0aca


Comments

No comments written yet.

Please login to write comment.