Color Hex Logo

#b05aea Color Hex

#B05AEA
(176,90,234)
0 Favorites   0 Comments

Color spaces of #b05aea

RGB 17690234
HSL0.770.770.64
HSV276°62°92°
CMYK 0.250.620.00   0.08
XYZ36.411922.482980.2624
Yxy22.48290.26170.1616
Hunter Lab47.416154.0959-67.1703
CIE-Lab54.535759.1049-59.0546

#b05aea color RGB value is (176,90,234).

#b05aea hex color red value is 176, green value is 90 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b05aea hue: 0.77 , saturation: 0.77 and the lightness value of b05aea is 0.64.

The process color (four color CMYK) of #b05aea color hex is 0.25, 0.62, 0.00, 0.08. Web safe color of #b05aea is #9966ff. Color #b05aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011010 11101010
Octal 260 132 352
Decimal 176 90 234
Hex B0 5A EA

RGB Percentages of Color #b05aea

%35.20
%18.00
%46.80

CMYK Percentages of Color #b05aea

%25
%62
%0
%8

Triadic Colors of #b05aea

#b05aea #eab05a #5aeab0

Analogous Colors of #b05aea

#b05aea #ea5adc #685aea

Monochromatic Colors of #b05aea

#b05aea

Complementary Color

#b05aea #94ea5a

#b05aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05aea Color CSS Codes

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

#b05aea Text Font Color

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

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


#b05aea Background Color

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

This div background color is #b05aea


#b05aea Border Color

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

This div border color is #b05aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05aea


Comments

No comments written yet.

Please login to write comment.