Color Hex Logo

#7120ba Color Hex

#7120BA
(113,32,186)
0 Favorites   0 Comments

Color spaces of #7120ba

RGB 11332186
HSL0.750.710.43
HSV272°83°73°
CMYK 0.390.830.00   0.27
XYZ16.18958.088947.1624
Yxy8.08890.22660.1132
Hunter Lab28.441051.8360-78.4092
CIE-Lab34.167360.9243-64.8288

#7120ba color RGB value is (113,32,186).

#7120ba hex color red value is 113, green value is 32 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7120ba hue: 0.75 , saturation: 0.71 and the lightness value of 7120ba is 0.43.

The process color (four color CMYK) of #7120ba color hex is 0.39, 0.83, 0.00, 0.27. Web safe color of #7120ba is #6633cc. Color #7120ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100000 10111010
Octal 161 40 272
Decimal 113 32 186
Hex 71 20 BA

RGB Percentages of Color #7120ba

%34.14
%9.67
%56.19

CMYK Percentages of Color #7120ba

%39
%83
%0
%27

Triadic Colors of #7120ba

#7120ba #ba7120 #20ba71

Analogous Colors of #7120ba

#7120ba #ba20b6 #2420ba

Monochromatic Colors of #7120ba

#7120ba

Complementary Color

#7120ba #69ba20

#7120ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7120ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7120ba Color CSS Codes

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

#7120ba Text Font Color

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

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


#7120ba Background Color

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

This div background color is #7120ba


#7120ba Border Color

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

This div border color is #7120ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,32,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7120ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7120ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7120ba;
  box-shadow:         1px 1px 3px 2px #7120ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7120ba


Comments

No comments written yet.

Please login to write comment.