Color Hex Logo

#b373ef Color Hex

#B373EF
(179,115,239)
0 Favorites   0 Comments

Color spaces of #b373ef

RGB 179115239
HSL0.750.790.69
HSV271°52°94°
CMYK 0.250.520.00   0.06
XYZ40.301128.077284.9567
Yxy28.07720.26280.1831
Hunter Lab52.987943.0331-57.9694
CIE-Lab59.958448.2252-53.1607

#b373ef color RGB value is (179,115,239).

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

The process color (four color CMYK) of #b373ef color hex is 0.25, 0.52, 0.00, 0.06. Web safe color of #b373ef is #cc66ff. Color #b373ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 11101111
Octal 263 163 357
Decimal 179 115 239
Hex B3 73 EF

RGB Percentages of Color #b373ef

%33.58
%21.58
%44.84

CMYK Percentages of Color #b373ef

%25
%52
%0
%6

Triadic Colors of #b373ef

#b373ef #efb373 #73efb3

Analogous Colors of #b373ef

#b373ef #ef73ed #7573ef

Monochromatic Colors of #b373ef

#b373ef

Complementary Color

#b373ef #afef73

#b373ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373ef Color CSS Codes

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

#b373ef Text Font Color

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

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


#b373ef Background Color

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

This div background color is #b373ef


#b373ef Border Color

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

This div border color is #b373ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373ef


Comments

No comments written yet.

Please login to write comment.