Color Hex Logo

#b122eb Color Hex

#B122EB
(177,34,235)
0 Favorites   0 Comments

Color spaces of #b122eb

RGB 17734235
HSL0.790.830.53
HSV283°86°92°
CMYK 0.250.860.00   0.08
XYZ33.698916.489380.0039
Yxy16.48930.25880.1267
Hunter Lab40.607077.0711-88.3882
CIE-Lab47.610079.7042-70.8012

#b122eb color RGB value is (177,34,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100010 11101011
Octal 261 42 353
Decimal 177 34 235
Hex B1 22 EB

RGB Percentages of Color #b122eb

%39.69
%7.62
%52.69

CMYK Percentages of Color #b122eb

%25
%86
%0
%8

Triadic Colors of #b122eb

#b122eb #ebb122 #22ebb1

Analogous Colors of #b122eb

#b122eb #eb22c1 #4d22eb

Monochromatic Colors of #b122eb

#b122eb

Complementary Color

#b122eb #5ceb22

#b122eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b122eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b122eb Color CSS Codes

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

#b122eb Text Font Color

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

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


#b122eb Background Color

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

This div background color is #b122eb


#b122eb Border Color

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

This div border color is #b122eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b122eb


Comments

No comments written yet.

Please login to write comment.