Color Hex Logo

#7112bb Color Hex

#7112BB
(113,18,187)
0 Favorites   0 Comments

Color spaces of #7112bb

RGB 11318187
HSL0.760.820.40
HSV274°90°73°
CMYK 0.400.900.00   0.27
XYZ15.99607.531247.6243
Yxy7.53120.22480.1058
Hunter Lab27.443056.0188-83.6810
CIE-Lab32.986864.9040-67.3566

#7112bb color RGB value is (113,18,187).

#7112bb hex color red value is 113, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7112bb hue: 0.76 , saturation: 0.82 and the lightness value of 7112bb is 0.40.

The process color (four color CMYK) of #7112bb color hex is 0.40, 0.90, 0.00, 0.27. Web safe color of #7112bb is #6600cc. Color #7112bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010010 10111011
Octal 161 22 273
Decimal 113 18 187
Hex 71 12 BB

RGB Percentages of Color #7112bb

%35.53
%5.66
%58.81

CMYK Percentages of Color #7112bb

%40
%90
%0
%27

Triadic Colors of #7112bb

#7112bb #bb7112 #12bb71

Analogous Colors of #7112bb

#7112bb #bb12b1 #1c12bb

Monochromatic Colors of #7112bb

#7112bb

Complementary Color

#7112bb #5cbb12

#7112bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7112bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7112bb Color CSS Codes

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

#7112bb Text Font Color

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

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


#7112bb Background Color

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

This div background color is #7112bb


#7112bb Border Color

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

This div border color is #7112bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,18,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7112bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7112bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7112bb;
  box-shadow:         1px 1px 3px 2px #7112bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7112bb


Comments

No comments written yet.

Please login to write comment.