Color Hex Logo

#b10bea Color Hex

#B10BEA
(177,11,234)
0 Favorites   0 Comments

Color spaces of #b10bea

RGB 17711234
HSL0.790.910.48
HSV285°95°92°
CMYK 0.240.950.00   0.08
XYZ33.102415.527079.0942
Yxy15.52700.25920.1216
Hunter Lab39.404380.9950-91.4267
CIE-Lab46.347783.0446-72.2909

#b10bea color RGB value is (177,11,234).

#b10bea hex color red value is 177, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b10bea hue: 0.79 , saturation: 0.91 and the lightness value of b10bea is 0.48.

The process color (four color CMYK) of #b10bea color hex is 0.24, 0.95, 0.00, 0.08. Web safe color of #b10bea is #9900ff. Color #b10bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001011 11101010
Octal 261 13 352
Decimal 177 11 234
Hex B1 B EA

RGB Percentages of Color #b10bea

%41.94
%2.61
%55.45

CMYK Percentages of Color #b10bea

%24
%95
%0
%8

Triadic Colors of #b10bea

#b10bea #eab10b #0beab1

Analogous Colors of #b10bea

#b10bea #ea0bb4 #420bea

Monochromatic Colors of #b10bea

#b10bea

Complementary Color

#b10bea #44ea0b

#b10bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10bea Color CSS Codes

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

#b10bea Text Font Color

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

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


#b10bea Background Color

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

This div background color is #b10bea


#b10bea Border Color

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

This div border color is #b10bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,11,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b10bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b10bea;
  -webkit-box-shadow: 1px 1px 3px 2px #b10bea;
  box-shadow:         1px 1px 3px 2px #b10bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,11,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10bea


Comments

No comments written yet.

Please login to write comment.