Color Hex Logo

#b30aef Color Hex

#B30AEF
(179,10,239)
0 Favorites   0 Comments

Color spaces of #b30aef

RGB 17910239
HSL0.790.920.49
HSV284°96°94°
CMYK 0.250.960.00   0.06
XYZ34.278916.032882.9493
Yxy16.03280.25720.1203
Hunter Lab40.041082.7413-94.7971
CIE-Lab47.017584.2768-74.0109

#b30aef color RGB value is (179,10,239).

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

The process color (four color CMYK) of #b30aef color hex is 0.25, 0.96, 0.00, 0.06. Web safe color of #b30aef is #cc00ff. Color #b30aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 11101111
Octal 263 12 357
Decimal 179 10 239
Hex B3 A EF

RGB Percentages of Color #b30aef

%41.82
%2.34
%55.84

CMYK Percentages of Color #b30aef

%25
%96
%0
%6

Triadic Colors of #b30aef

#b30aef #efb30a #0aefb3

Analogous Colors of #b30aef

#b30aef #ef0ab9 #410aef

Monochromatic Colors of #b30aef

#b30aef

Complementary Color

#b30aef #46ef0a

#b30aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30aef Color CSS Codes

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

#b30aef Text Font Color

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

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


#b30aef Background Color

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

This div background color is #b30aef


#b30aef Border Color

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

This div border color is #b30aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,10,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b30aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30aef


Comments

No comments written yet.

Please login to write comment.