Color Hex Logo

#7301ba Color Hex

#7301BA
(115,1,186)
0 Favorites   0 Comments

Color spaces of #7301ba

RGB 1151186
HSL0.770.990.37
HSV277°99°73°
CMYK 0.380.990.00   0.27
XYZ15.94407.211747.0060
Yxy7.21170.22720.1028
Hunter Lab26.854658.9827-84.9823
CIE-Lab32.284167.6337-67.9084

#7301ba color RGB value is (115,1,186).

#7301ba hex color red value is 115, green value is 1 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7301ba hue: 0.77 , saturation: 0.99 and the lightness value of 7301ba is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000001 10111010
Octal 163 1 272
Decimal 115 1 186
Hex 73 1 BA

RGB Percentages of Color #7301ba

%38.08
%0.33
%61.59

CMYK Percentages of Color #7301ba

%38
%99
%0
%27

Triadic Colors of #7301ba

#7301ba #ba7301 #01ba73

Analogous Colors of #7301ba

#7301ba #ba01a5 #1701ba

Monochromatic Colors of #7301ba

#7301ba

Complementary Color

#7301ba #48ba01

#7301ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7301ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7301ba Color CSS Codes

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

#7301ba Text Font Color

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

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


#7301ba Background Color

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

This div background color is #7301ba


#7301ba Border Color

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

This div border color is #7301ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7301ba


Comments

No comments written yet.

Please login to write comment.