Color Hex Logo

#b112ce Color Hex

#B112CE
(177,18,206)
0 Favorites   0 Comments

Color spaces of #b112ce

RGB 17718206
HSL0.810.840.44
HSV291°91°81°
CMYK 0.140.910.00   0.19
XYZ29.488314.236059.5861
Yxy14.23600.28540.1378
Hunter Lab37.730673.4778-67.2223
CIE-Lab44.569577.4104-59.1604

#b112ce color RGB value is (177,18,206).

#b112ce hex color red value is 177, green value is 18 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b112ce hue: 0.81 , saturation: 0.84 and the lightness value of b112ce is 0.44.

The process color (four color CMYK) of #b112ce color hex is 0.14, 0.91, 0.00, 0.19. Web safe color of #b112ce is #9900cc. Color #b112ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010010 11001110
Octal 261 22 316
Decimal 177 18 206
Hex B1 12 CE

RGB Percentages of Color #b112ce

%44.14
%4.49
%51.37

CMYK Percentages of Color #b112ce

%14
%91
%0
%19

Triadic Colors of #b112ce

#b112ce #ceb112 #12ceb1

Analogous Colors of #b112ce

#b112ce #ce128d #5312ce

Monochromatic Colors of #b112ce

#b112ce

Complementary Color

#b112ce #2fce12

#b112ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b112ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b112ce Color CSS Codes

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

#b112ce Text Font Color

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

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


#b112ce Background Color

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

This div background color is #b112ce


#b112ce Border Color

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

This div border color is #b112ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b112ce


Comments

No comments written yet.

Please login to write comment.