Color Hex Logo

#b12eeb Color Hex

#B12EEB
(177,46,235)
0 Favorites   0 Comments

Color spaces of #b12eeb

RGB 17746235
HSL0.780.830.55
HSV282°80°92°
CMYK 0.250.800.00   0.08
XYZ34.103917.299380.1389
Yxy17.29930.25930.1315
Hunter Lab41.592473.5751-85.1233
CIE-Lab48.635076.6983-69.1355

#b12eeb color RGB value is (177,46,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 11101011
Octal 261 56 353
Decimal 177 46 235
Hex B1 2E EB

RGB Percentages of Color #b12eeb

%38.65
%10.04
%51.31

CMYK Percentages of Color #b12eeb

%25
%80
%0
%8

Triadic Colors of #b12eeb

#b12eeb #ebb12e #2eebb1

Analogous Colors of #b12eeb

#b12eeb #eb2ec7 #532eeb

Monochromatic Colors of #b12eeb

#b12eeb

Complementary Color

#b12eeb #68eb2e

#b12eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12eeb Color CSS Codes

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

#b12eeb Text Font Color

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

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


#b12eeb Background Color

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

This div background color is #b12eeb


#b12eeb Border Color

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

This div border color is #b12eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12eeb


Comments

No comments written yet.

Please login to write comment.