Color Hex Logo

#b112ec Color Hex

#B112EC
(177,18,236)
0 Favorites   0 Comments

Color spaces of #b112ec

RGB 17718236
HSL0.790.860.50
HSV284°92°93°
CMYK 0.250.920.00   0.07
XYZ33.488115.835980.6485
Yxy15.83590.25770.1218
Hunter Lab39.794380.5728-92.3030
CIE-Lab46.758582.6352-72.7528

#b112ec color RGB value is (177,18,236).

#b112ec hex color red value is 177, green value is 18 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b112ec hue: 0.79 , saturation: 0.86 and the lightness value of b112ec is 0.50.

The process color (four color CMYK) of #b112ec color hex is 0.25, 0.92, 0.00, 0.07. Web safe color of #b112ec is #9900ff. Color #b112ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010010 11101100
Octal 261 22 354
Decimal 177 18 236
Hex B1 12 EC

RGB Percentages of Color #b112ec

%41.07
%4.18
%54.76

CMYK Percentages of Color #b112ec

%25
%92
%0
%7

Triadic Colors of #b112ec

#b112ec #ecb112 #12ecb1

Analogous Colors of #b112ec

#b112ec #ec12ba #4412ec

Monochromatic Colors of #b112ec

#b112ec

Complementary Color

#b112ec #4dec12

#b112ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b112ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b112ec Color CSS Codes

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

#b112ec Text Font Color

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

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


#b112ec Background Color

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

This div background color is #b112ec


#b112ec Border Color

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

This div border color is #b112ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b112ec


Comments

No comments written yet.

Please login to write comment.