Color Hex Logo

#7514ba Color Hex

#7514BA
(117,20,186)
0 Favorites   0 Comments

Color spaces of #7514ba

RGB 11720186
HSL0.760.810.40
HSV275°89°73°
CMYK 0.370.890.00   0.27
XYZ16.44927.827447.0982
Yxy7.82740.23050.1097
Hunter Lab27.977555.9874-80.2264
CIE-Lab33.620864.7542-65.7025

#7514ba color RGB value is (117,20,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010100 10111010
Octal 165 24 272
Decimal 117 20 186
Hex 75 14 BA

RGB Percentages of Color #7514ba

%36.22
%6.19
%57.59

CMYK Percentages of Color #7514ba

%37
%89
%0
%27

Triadic Colors of #7514ba

#7514ba #ba7514 #14ba75

Analogous Colors of #7514ba

#7514ba #ba14ac #2214ba

Monochromatic Colors of #7514ba

#7514ba

Complementary Color

#7514ba #59ba14

#7514ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7514ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7514ba Color CSS Codes

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

#7514ba Text Font Color

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

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


#7514ba Background Color

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

This div background color is #7514ba


#7514ba Border Color

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

This div border color is #7514ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7514ba


Comments

No comments written yet.

Please login to write comment.