Color Hex Logo

#b373ff Color Hex

#B373FF
(179,115,255)
0 Favorites   0 Comments

Color spaces of #b373ff

RGB 179115255
HSL0.741.000.73
HSV267°55°100°
CMYK 0.300.550.00   0.00
XYZ42.771129.065297.9636
Yxy29.06520.25190.1712
Hunter Lab53.912247.2664-69.9972
CIE-Lab60.839151.9514-60.5962

#b373ff color RGB value is (179,115,255).

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

The process color (four color CMYK) of #b373ff color hex is 0.30, 0.55, 0.00, 0.00. Web safe color of #b373ff is #cc66ff. Color #b373ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 11111111
Octal 263 163 377
Decimal 179 115 255
Hex B3 73 FF

RGB Percentages of Color #b373ff

%32.60
%20.95
%46.45

CMYK Percentages of Color #b373ff

%30
%55
%0
%0

Triadic Colors of #b373ff

#b373ff #ffb373 #73ffb3

Analogous Colors of #b373ff

#b373ff #f973ff #7379ff

Monochromatic Colors of #b373ff

#b373ff

Complementary Color

#b373ff #bfff73

#b373ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373ff Color CSS Codes

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

#b373ff Text Font Color

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

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


#b373ff Background Color

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

This div background color is #b373ff


#b373ff Border Color

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

This div border color is #b373ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373ff


Comments

No comments written yet.

Please login to write comment.