Color Hex Logo

#b173eb Color Hex

#B173EB
(177,115,235)
0 Favorites   0 Comments

Color spaces of #b173eb

RGB 177115235
HSL0.750.750.69
HSV271°51°92°
CMYK 0.250.510.00   0.08
XYZ39.257627.606781.8568
Yxy27.60670.26400.1856
Hunter Lab52.542141.4203-55.5901
CIE-Lab59.531746.7940-51.6291

#b173eb color RGB value is (177,115,235).

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

The process color (four color CMYK) of #b173eb color hex is 0.25, 0.51, 0.00, 0.08. Web safe color of #b173eb is #9966ff. Color #b173eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110011 11101011
Octal 261 163 353
Decimal 177 115 235
Hex B1 73 EB

RGB Percentages of Color #b173eb

%33.59
%21.82
%44.59

CMYK Percentages of Color #b173eb

%25
%51
%0
%8

Triadic Colors of #b173eb

#b173eb #ebb173 #73ebb1

Analogous Colors of #b173eb

#b173eb #eb73e9 #7573eb

Monochromatic Colors of #b173eb

#b173eb

Complementary Color

#b173eb #adeb73

#b173eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b173eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b173eb Color CSS Codes

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

#b173eb Text Font Color

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

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


#b173eb Background Color

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

This div background color is #b173eb


#b173eb Border Color

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

This div border color is #b173eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,115,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b173eb


Comments

No comments written yet.

Please login to write comment.