Color Hex Logo

#b30afe Color Hex

#B30AFE
(179,10,254)
0 Favorites   0 Comments

Color spaces of #b30afe

RGB 17910254
HSL0.780.990.52
HSV282°96°100°
CMYK 0.300.960.00   0.00
XYZ36.588316.956595.1105
Yxy16.95650.24610.1141
Hunter Lab41.178386.5414-108.1188
CIE-Lab48.205286.9770-80.4860

#b30afe color RGB value is (179,10,254).

#b30afe hex color red value is 179, green value is 10 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b30afe hue: 0.78 , saturation: 0.99 and the lightness value of b30afe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001010 11111110
Octal 263 12 376
Decimal 179 10 254
Hex B3 A FE

RGB Percentages of Color #b30afe

%40.41
%2.26
%57.34

CMYK Percentages of Color #b30afe

%30
%96
%0
%0

Triadic Colors of #b30afe

#b30afe #feb30a #0afeb3

Analogous Colors of #b30afe

#b30afe #fe0acf #390afe

Monochromatic Colors of #b30afe

#b30afe

Complementary Color

#b30afe #55fe0a

#b30afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30afe Color CSS Codes

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

#b30afe Text Font Color

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

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


#b30afe Background Color

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

This div background color is #b30afe


#b30afe Border Color

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

This div border color is #b30afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30afe

Related Colors


Comments

No comments written yet.

Please login to write comment.