Color Hex Logo

#7370ba Color Hex

#7370BA
(115,112,186)
0 Favorites   0 Comments

Color spaces of #7370ba

RGB 115112186
HSL0.670.350.58
HSV242°40°73°
CMYK 0.380.400.00   0.27
XYZ21.727318.778348.9338
Yxy18.77830.24290.2100
Hunter Lab43.333913.6641-36.6180
CIE-Lab50.426819.3989-38.6666

#7370ba color RGB value is (115,112,186).

#7370ba hex color red value is 115, green value is 112 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7370ba hue: 0.67 , saturation: 0.35 and the lightness value of 7370ba is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 10111010
Octal 163 160 272
Decimal 115 112 186
Hex 73 70 BA

RGB Percentages of Color #7370ba

%27.85
%27.12
%45.04

CMYK Percentages of Color #7370ba

%38
%40
%0
%27

Triadic Colors of #7370ba

#7370ba #ba7370 #70ba73

Analogous Colors of #7370ba

#7370ba #9870ba #7092ba

Monochromatic Colors of #7370ba

#7370ba

Complementary Color

#7370ba #b7ba70

#7370ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7370ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7370ba Color CSS Codes

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

#7370ba Text Font Color

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

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


#7370ba Background Color

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

This div background color is #7370ba


#7370ba Border Color

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

This div border color is #7370ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7370ba


Comments

No comments written yet.

Please login to write comment.