Color Hex Logo

#7162ba Color Hex

#7162BA
(113,98,186)
0 Favorites   0 Comments

Color spaces of #7162ba

RGB 11398186
HSL0.700.390.56
HSV250°47°73°
CMYK 0.390.470.00   0.27
XYZ20.040715.791248.4461
Yxy15.79120.23780.1874
Hunter Lab39.738120.4792-44.4657
CIE-Lab46.699327.3409-44.5826

#7162ba color RGB value is (113,98,186).

#7162ba hex color red value is 113, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7162ba hue: 0.70 , saturation: 0.39 and the lightness value of 7162ba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100010 10111010
Octal 161 142 272
Decimal 113 98 186
Hex 71 62 BA

RGB Percentages of Color #7162ba

%28.46
%24.69
%46.85

CMYK Percentages of Color #7162ba

%39
%47
%0
%27

Triadic Colors of #7162ba

#7162ba #ba7162 #62ba71

Analogous Colors of #7162ba

#7162ba #9d62ba #627fba

Monochromatic Colors of #7162ba

#7162ba

Complementary Color

#7162ba #abba62

#7162ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7162ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7162ba Color CSS Codes

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

#7162ba Text Font Color

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

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


#7162ba Background Color

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

This div background color is #7162ba


#7162ba Border Color

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

This div border color is #7162ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,98,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 #7162ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7162ba


Comments

No comments written yet.

Please login to write comment.