Color Hex Logo

#b303ff Color Hex

#B303FF
(179,3,255)
0 Favorites   0 Comments

Color spaces of #b303ff

RGB 1793255
HSL0.781.000.51
HSV282°99°100°
CMYK 0.300.990.00   0.00
XYZ36.673016.868895.9309
Yxy16.86880.24530.1129
Hunter Lab41.071687.5078-109.7333
CIE-Lab48.094387.7354-81.2253

#b303ff color RGB value is (179,3,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000011 11111111
Octal 263 3 377
Decimal 179 3 255
Hex B3 3 FF

RGB Percentages of Color #b303ff

%40.96
%0.69
%58.35

CMYK Percentages of Color #b303ff

%30
%99
%0
%0

Triadic Colors of #b303ff

#b303ff #ffb303 #03ffb3

Analogous Colors of #b303ff

#b303ff #ff03cd #3503ff

Monochromatic Colors of #b303ff

#b303ff

Complementary Color

#b303ff #4fff03

#b303ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b303ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b303ff Color CSS Codes

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

#b303ff Text Font Color

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

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


#b303ff Background Color

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

This div background color is #b303ff


#b303ff Border Color

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

This div border color is #b303ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b303ff

Related Colors


Comments

No comments written yet.

Please login to write comment.