Color Hex Logo

#b120eb Color Hex

#B120EB
(177,32,235)
0 Favorites   0 Comments

Color spaces of #b120eb

RGB 17732235
HSL0.790.840.52
HSV283°86°92°
CMYK 0.250.860.00   0.08
XYZ33.643416.378379.9854
Yxy16.37830.25880.1260
Hunter Lab40.470177.5670-88.8521
CIE-Lab47.466980.1264-71.0339

#b120eb color RGB value is (177,32,235).

#b120eb hex color red value is 177, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b120eb hue: 0.79 , saturation: 0.84 and the lightness value of b120eb is 0.52.

The process color (four color CMYK) of #b120eb color hex is 0.25, 0.86, 0.00, 0.08. Web safe color of #b120eb is #9933ff. Color #b120eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100000 11101011
Octal 261 40 353
Decimal 177 32 235
Hex B1 20 EB

RGB Percentages of Color #b120eb

%39.86
%7.21
%52.93

CMYK Percentages of Color #b120eb

%25
%86
%0
%8

Triadic Colors of #b120eb

#b120eb #ebb120 #20ebb1

Analogous Colors of #b120eb

#b120eb #eb20c0 #4c20eb

Monochromatic Colors of #b120eb

#b120eb

Complementary Color

#b120eb #5aeb20

#b120eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b120eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b120eb Color CSS Codes

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

#b120eb Text Font Color

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

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


#b120eb Background Color

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

This div background color is #b120eb


#b120eb Border Color

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

This div border color is #b120eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b120eb


Comments

No comments written yet.

Please login to write comment.