Color Hex Logo

#b112f5 Color Hex

#B112F5
(177,18,245)
0 Favorites   0 Comments

Color spaces of #b112f5

RGB 17718245
HSL0.780.920.52
HSV282°93°96°
CMYK 0.280.930.00   0.04
XYZ34.829216.372387.7107
Yxy16.37230.25070.1179
Hunter Lab40.462782.8383-100.1986
CIE-Lab47.459284.2674-76.6795

#b112f5 color RGB value is (177,18,245).

#b112f5 hex color red value is 177, green value is 18 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b112f5 hue: 0.78 , saturation: 0.92 and the lightness value of b112f5 is 0.52.

The process color (four color CMYK) of #b112f5 color hex is 0.28, 0.93, 0.00, 0.04. Web safe color of #b112f5 is #9900ff. Color #b112f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010010 11110101
Octal 261 22 365
Decimal 177 18 245
Hex B1 12 F5

RGB Percentages of Color #b112f5

%40.23
%4.09
%55.68

CMYK Percentages of Color #b112f5

%28
%93
%0
%4

Triadic Colors of #b112f5

#b112f5 #f5b112 #12f5b1

Analogous Colors of #b112f5

#b112f5 #f512c8 #4012f5

Monochromatic Colors of #b112f5

#b112f5

Complementary Color

#b112f5 #56f512

#b112f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b112f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b112f5 Color CSS Codes

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

#b112f5 Text Font Color

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

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


#b112f5 Background Color

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

This div background color is #b112f5


#b112f5 Border Color

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

This div border color is #b112f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b112f5


Comments

No comments written yet.

Please login to write comment.