Color Hex Logo

#b00aea Color Hex

#B00AEA
(176,10,234)
0 Favorites   0 Comments

Color spaces of #b00aea

RGB 17610234
HSL0.790.920.48
HSV284°96°92°
CMYK 0.250.960.00   0.08
XYZ32.864315.387779.0799
Yxy15.38770.25810.1208
Hunter Lab39.227280.8988-92.0665
CIE-Lab46.160783.0052-72.6025

#b00aea color RGB value is (176,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001010 11101010
Octal 260 12 352
Decimal 176 10 234
Hex B0 A EA

RGB Percentages of Color #b00aea

%41.90
%2.38
%55.71

CMYK Percentages of Color #b00aea

%25
%96
%0
%8

Triadic Colors of #b00aea

#b00aea #eab00a #0aeab0

Analogous Colors of #b00aea

#b00aea #ea0ab4 #400aea

Monochromatic Colors of #b00aea

#b00aea

Complementary Color

#b00aea #44ea0a

#b00aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00aea Color CSS Codes

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

#b00aea Text Font Color

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

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


#b00aea Background Color

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

This div background color is #b00aea


#b00aea Border Color

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

This div border color is #b00aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00aea


Comments

No comments written yet.

Please login to write comment.