Color Hex Logo

#bb10ba Color Hex

#BB10BA
(187,16,186)
0 Favorites   0 Comments

Color spaces of #bb10ba

RGB 18716186
HSL0.830.840.40
HSV300°91°73°
CMYK 0.000.910.01   0.27
XYZ29.541714.480547.6924
Yxy14.48050.32210.1579
Hunter Lab38.053371.9809-47.6713
CIE-Lab44.914376.1284-46.8644

#bb10ba color RGB value is (187,16,186).

#bb10ba hex color red value is 187, green value is 16 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bb10ba hue: 0.83 , saturation: 0.84 and the lightness value of bb10ba is 0.40.

The process color (four color CMYK) of #bb10ba color hex is 0.00, 0.91, 0.01, 0.27. Web safe color of #bb10ba is #cc00cc. Color #bb10ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 10111010
Octal 273 20 272
Decimal 187 16 186
Hex BB 10 BA

RGB Percentages of Color #bb10ba

%48.07
%4.11
%47.81

CMYK Percentages of Color #bb10ba

%0
%91
%1
%27

Triadic Colors of #bb10ba

#bb10ba #babb10 #10babb

Analogous Colors of #bb10ba

#bb10ba #bb1065 #6710bb

Monochromatic Colors of #bb10ba

#bb10ba

Complementary Color

#bb10ba #10bb11

#bb10ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb10ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb10ba Color CSS Codes

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

#bb10ba Text Font Color

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

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


#bb10ba Background Color

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

This div background color is #bb10ba


#bb10ba Border Color

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

This div border color is #bb10ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb10ba


Comments

No comments written yet.

Please login to write comment.