Color Hex Logo

#7513ba Color Hex

#7513BA
(117,19,186)
0 Favorites   0 Comments

Color spaces of #7513ba

RGB 11719186
HSL0.760.810.40
HSV275°90°73°
CMYK 0.370.900.00   0.27
XYZ16.43197.792847.0925
Yxy7.79280.23040.1093
Hunter Lab27.915656.2178-80.4790
CIE-Lab33.547664.9721-65.8226

#7513ba color RGB value is (117,19,186).

#7513ba hex color red value is 117, green value is 19 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7513ba hue: 0.76 , saturation: 0.81 and the lightness value of 7513ba is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 10111010
Octal 165 23 272
Decimal 117 19 186
Hex 75 13 BA

RGB Percentages of Color #7513ba

%36.34
%5.90
%57.76

CMYK Percentages of Color #7513ba

%37
%90
%0
%27

Triadic Colors of #7513ba

#7513ba #ba7513 #13ba75

Analogous Colors of #7513ba

#7513ba #ba13ac #2113ba

Monochromatic Colors of #7513ba

#7513ba

Complementary Color

#7513ba #58ba13

#7513ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7513ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7513ba Color CSS Codes

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

#7513ba Text Font Color

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

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


#7513ba Background Color

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

This div background color is #7513ba


#7513ba Border Color

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

This div border color is #7513ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7513ba


Comments

No comments written yet.

Please login to write comment.