Color Hex Logo

#760aba Color Hex

#760ABA
(118,10,186)
0 Favorites   0 Comments

Color spaces of #760aba

RGB 11810186
HSL0.770.900.38
HSV277°95°73°
CMYK 0.370.950.00   0.27
XYZ16.44277.613847.0574
Yxy7.61380.23120.1071
Hunter Lab27.593158.0800-81.7982
CIE-Lab33.165366.6810-66.4442

#760aba color RGB value is (118,10,186).

#760aba hex color red value is 118, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #760aba hue: 0.77 , saturation: 0.90 and the lightness value of 760aba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 10111010
Octal 166 12 272
Decimal 118 10 186
Hex 76 A BA

RGB Percentages of Color #760aba

%37.58
%3.18
%59.24

CMYK Percentages of Color #760aba

%37
%95
%0
%27

Triadic Colors of #760aba

#760aba #ba760a #0aba76

Analogous Colors of #760aba

#760aba #ba0aa6 #1e0aba

Monochromatic Colors of #760aba

#760aba

Complementary Color

#760aba #4eba0a

#760aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#760aba Color CSS Codes

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

#760aba Text Font Color

<p style="color:#760aba">Text here</p>

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


#760aba Background Color

<div style="background-color:#760aba">
Div content here</div>

This div background color is #760aba


#760aba Border Color

<div style="border:3px solid #760aba">
Div here</div>

This div border color is #760aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,10,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760aba;
  -webkit-box-shadow: 1px 1px 3px 2px #760aba;
  box-shadow:         1px 1px 3px 2px #760aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,10,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 #760aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760aba


Comments

No comments written yet.

Please login to write comment.