Color Hex Logo

#b303fc Color Hex

#B303FC
(179,3,252)
0 Favorites   0 Comments

Color spaces of #b303fc

RGB 1793252
HSL0.780.980.50
HSV282°99°99°
CMYK 0.290.990.00   0.01
XYZ36.193716.677193.4068
Yxy16.67710.24740.1140
Hunter Lab40.837686.7358-107.0262
CIE-Lab47.850687.1931-79.9489

#b303fc color RGB value is (179,3,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000011 11111100
Octal 263 3 374
Decimal 179 3 252
Hex B3 3 FC

RGB Percentages of Color #b303fc

%41.24
%0.69
%58.06

CMYK Percentages of Color #b303fc

%29
%99
%0
%1

Triadic Colors of #b303fc

#b303fc #fcb303 #03fcb3

Analogous Colors of #b303fc

#b303fc #fc03c9 #3603fc

Monochromatic Colors of #b303fc

#b303fc

Complementary Color

#b303fc #4cfc03

#b303fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b303fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b303fc Color CSS Codes

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

#b303fc Text Font Color

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

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


#b303fc Background Color

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

This div background color is #b303fc


#b303fc Border Color

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

This div border color is #b303fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b303fc


Comments

No comments written yet.

Please login to write comment.