Color Hex Logo

#b93aea Color Hex

#B93AEA
(185,58,234)
0 Favorites   0 Comments

Color spaces of #b93aea

RGB 18558234
HSL0.790.810.57
HSV283°75°92°
CMYK 0.210.750.00   0.08
XYZ36.371919.280979.6465
Yxy19.28090.26880.1425
Hunter Lab43.910071.0140-76.8066
CIE-Lab51.014274.1505-64.6627

#b93aea color RGB value is (185,58,234).

#b93aea hex color red value is 185, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b93aea hue: 0.79 , saturation: 0.81 and the lightness value of b93aea is 0.57.

The process color (four color CMYK) of #b93aea color hex is 0.21, 0.75, 0.00, 0.08. Web safe color of #b93aea is #cc33ff. Color #b93aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111010 11101010
Octal 271 72 352
Decimal 185 58 234
Hex B9 3A EA

RGB Percentages of Color #b93aea

%38.78
%12.16
%49.06

CMYK Percentages of Color #b93aea

%21
%75
%0
%8

Triadic Colors of #b93aea

#b93aea #eab93a #3aeab9

Analogous Colors of #b93aea

#b93aea #ea3ac3 #613aea

Monochromatic Colors of #b93aea

#b93aea

Complementary Color

#b93aea #6bea3a

#b93aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93aea Color CSS Codes

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

#b93aea Text Font Color

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

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


#b93aea Background Color

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

This div background color is #b93aea


#b93aea Border Color

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

This div border color is #b93aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93aea


Comments

No comments written yet.

Please login to write comment.