Color Hex Logo

#b303fe Color Hex

#B303FE
(179,3,254)
0 Favorites   0 Comments

Color spaces of #b303fe

RGB 1793254
HSL0.780.990.50
HSV282°99°100°
CMYK 0.300.990.00   0.00
XYZ36.512416.804695.0851
Yxy16.80460.24600.1132
Hunter Lab40.993487.2496-108.8290
CIE-Lab48.012987.5542-80.8005

#b303fe color RGB value is (179,3,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000011 11111110
Octal 263 3 376
Decimal 179 3 254
Hex B3 3 FE

RGB Percentages of Color #b303fe

%41.06
%0.69
%58.26

CMYK Percentages of Color #b303fe

%30
%99
%0
%0

Triadic Colors of #b303fe

#b303fe #feb303 #03feb3

Analogous Colors of #b303fe

#b303fe #fe03cc #3503fe

Monochromatic Colors of #b303fe

#b303fe

Complementary Color

#b303fe #4efe03

#b303fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b303fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b303fe Color CSS Codes

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

#b303fe Text Font Color

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

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


#b303fe Background Color

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

This div background color is #b303fe


#b303fe Border Color

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

This div border color is #b303fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b303fe

Related Colors


Comments

No comments written yet.

Please login to write comment.