Color Hex Logo

#b12eee Color Hex

#B12EEE
(177,46,238)
0 Favorites   0 Comments

Color spaces of #b12eee

RGB 17746238
HSL0.780.850.56
HSV281°81°93°
CMYK 0.260.810.00   0.07
XYZ34.541117.474182.4413
Yxy17.47410.25690.1300
Hunter Lab41.802074.3413-87.6694
CIE-Lab48.851977.2749-70.4744

#b12eee color RGB value is (177,46,238).

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

The process color (four color CMYK) of #b12eee color hex is 0.26, 0.81, 0.00, 0.07. Web safe color of #b12eee is #9933ff. Color #b12eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 11101110
Octal 261 56 356
Decimal 177 46 238
Hex B1 2E EE

RGB Percentages of Color #b12eee

%38.39
%9.98
%51.63

CMYK Percentages of Color #b12eee

%26
%81
%0
%7

Triadic Colors of #b12eee

#b12eee #eeb12e #2eeeb1

Analogous Colors of #b12eee

#b12eee #ee2ecb #512eee

Monochromatic Colors of #b12eee

#b12eee

Complementary Color

#b12eee #6bee2e

#b12eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12eee Color CSS Codes

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

#b12eee Text Font Color

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

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


#b12eee Background Color

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

This div background color is #b12eee


#b12eee Border Color

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

This div border color is #b12eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12eee


Comments

No comments written yet.

Please login to write comment.