Color Hex Logo

#b112bf Color Hex

#B112BF
(177,18,191)
0 Favorites   0 Comments

Color spaces of #b112bf

RGB 17718191
HSL0.820.830.41
HSV295°91°75°
CMYK 0.070.910.00   0.25
XYZ27.751713.541350.4413
Yxy13.54130.30250.1476
Hunter Lab36.798570.2189-55.5124
CIE-Lab43.567874.9486-52.0498

#b112bf color RGB value is (177,18,191).

#b112bf hex color red value is 177, green value is 18 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b112bf hue: 0.82 , saturation: 0.83 and the lightness value of b112bf is 0.41.

The process color (four color CMYK) of #b112bf color hex is 0.07, 0.91, 0.00, 0.25. Web safe color of #b112bf is #9900cc. Color #b112bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010010 10111111
Octal 261 22 277
Decimal 177 18 191
Hex B1 12 BF

RGB Percentages of Color #b112bf

%45.85
%4.66
%49.48

CMYK Percentages of Color #b112bf

%7
%91
%0
%25

Triadic Colors of #b112bf

#b112bf #bfb112 #12bfb1

Analogous Colors of #b112bf

#b112bf #bf1277 #5b12bf

Monochromatic Colors of #b112bf

#b112bf

Complementary Color

#b112bf #20bf12

#b112bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b112bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b112bf Color CSS Codes

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

#b112bf Text Font Color

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

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


#b112bf Background Color

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

This div background color is #b112bf


#b112bf Border Color

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

This div border color is #b112bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b112bf


Comments

No comments written yet.

Please login to write comment.