Color Hex Logo

#b01aea Color Hex

#B01AEA
(176,26,234)
0 Favorites   0 Comments

Color spaces of #b01aea

RGB 17626234
HSL0.790.830.51
HSV283°89°92°
CMYK 0.250.890.00   0.08
XYZ33.125215.909479.1668
Yxy15.90940.25840.1241
Hunter Lab39.886678.4400-89.7580
CIE-Lab46.855480.9371-71.4706

#b01aea color RGB value is (176,26,234).

#b01aea hex color red value is 176, green value is 26 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b01aea hue: 0.79 , saturation: 0.83 and the lightness value of b01aea is 0.51.

The process color (four color CMYK) of #b01aea color hex is 0.25, 0.89, 0.00, 0.08. Web safe color of #b01aea is #9933ff. Color #b01aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011010 11101010
Octal 260 32 352
Decimal 176 26 234
Hex B0 1A EA

RGB Percentages of Color #b01aea

%40.37
%5.96
%53.67

CMYK Percentages of Color #b01aea

%25
%89
%0
%8

Triadic Colors of #b01aea

#b01aea #eab01a #1aeab0

Analogous Colors of #b01aea

#b01aea #ea1abc #481aea

Monochromatic Colors of #b01aea

#b01aea

Complementary Color

#b01aea #54ea1a

#b01aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01aea Color CSS Codes

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

#b01aea Text Font Color

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

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


#b01aea Background Color

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

This div background color is #b01aea


#b01aea Border Color

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

This div border color is #b01aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01aea


Comments

No comments written yet.

Please login to write comment.