Color Hex Logo

#b10aea Color Hex

#B10AEA
(177,10,234)
0 Favorites   0 Comments

Color spaces of #b10aea

RGB 17710234
HSL0.790.920.48
HSV285°96°92°
CMYK 0.240.960.00   0.08
XYZ33.091315.504779.0905
Yxy15.50470.25920.1214
Hunter Lab39.376081.1020-91.5265
CIE-Lab46.317883.1340-72.3396

#b10aea color RGB value is (177,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001010 11101010
Octal 261 12 352
Decimal 177 10 234
Hex B1 A EA

RGB Percentages of Color #b10aea

%42.04
%2.38
%55.58

CMYK Percentages of Color #b10aea

%24
%96
%0
%8

Triadic Colors of #b10aea

#b10aea #eab10a #0aeab1

Analogous Colors of #b10aea

#b10aea #ea0ab3 #410aea

Monochromatic Colors of #b10aea

#b10aea

Complementary Color

#b10aea #43ea0a

#b10aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10aea Color CSS Codes

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

#b10aea Text Font Color

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

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


#b10aea Background Color

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

This div background color is #b10aea


#b10aea Border Color

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

This div border color is #b10aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10aea


Comments

No comments written yet.

Please login to write comment.