Color Hex Logo

#b303ef Color Hex

#B303EF
(179,3,239)
0 Favorites   0 Comments

Color spaces of #b303ef

RGB 1793239
HSL0.790.980.47
HSV285°99°94°
CMYK 0.250.990.00   0.06
XYZ34.203015.880882.9240
Yxy15.88080.25720.1194
Hunter Lab39.850783.4639-95.4790
CIE-Lab46.817784.8751-74.3367

#b303ef color RGB value is (179,3,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000011 11101111
Octal 263 3 357
Decimal 179 3 239
Hex B3 3 EF

RGB Percentages of Color #b303ef

%42.52
%0.71
%56.77

CMYK Percentages of Color #b303ef

%25
%99
%0
%6

Triadic Colors of #b303ef

#b303ef #efb303 #03efb3

Analogous Colors of #b303ef

#b303ef #ef03b5 #3d03ef

Monochromatic Colors of #b303ef

#b303ef

Complementary Color

#b303ef #3fef03

#b303ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b303ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b303ef Color CSS Codes

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

#b303ef Text Font Color

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

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


#b303ef Background Color

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

This div background color is #b303ef


#b303ef Border Color

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

This div border color is #b303ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b303ef


Comments

No comments written yet.

Please login to write comment.