Color Hex Logo

#770aba Color Hex

#770ABA
(119,10,186)
0 Favorites   0 Comments

Color spaces of #770aba

RGB 11910186
HSL0.770.900.38
HSV277°95°73°
CMYK 0.360.950.00   0.27
XYZ16.57927.684247.0637
Yxy7.68420.23240.1077
Hunter Lab27.720458.2478-81.2583
CIE-Lab33.316366.7987-66.1905

#770aba color RGB value is (119,10,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001010 10111010
Octal 167 12 272
Decimal 119 10 186
Hex 77 A BA

RGB Percentages of Color #770aba

%37.78
%3.17
%59.05

CMYK Percentages of Color #770aba

%36
%95
%0
%27

Triadic Colors of #770aba

#770aba #ba770a #0aba77

Analogous Colors of #770aba

#770aba #ba0aa5 #1f0aba

Monochromatic Colors of #770aba

#770aba

Complementary Color

#770aba #4dba0a

#770aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#770aba Color CSS Codes

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

#770aba Text Font Color

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

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


#770aba Background Color

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

This div background color is #770aba


#770aba Border Color

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

This div border color is #770aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770aba


Comments

No comments written yet.

Please login to write comment.