Color Hex Logo

#761aba Color Hex

#761ABA
(118,26,186)
0 Favorites   0 Comments

Color spaces of #761aba

RGB 11826186
HSL0.760.750.42
HSV275°86°73°
CMYK 0.370.860.00   0.27
XYZ16.70358.135547.1443
Yxy8.13550.23200.1130
Hunter Lab28.522854.6181-78.0323
CIE-Lab34.263563.4125-64.6437

#761aba color RGB value is (118,26,186).

#761aba hex color red value is 118, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #761aba hue: 0.76 , saturation: 0.75 and the lightness value of 761aba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011010 10111010
Octal 166 32 272
Decimal 118 26 186
Hex 76 1A BA

RGB Percentages of Color #761aba

%35.76
%7.88
%56.36

CMYK Percentages of Color #761aba

%37
%86
%0
%27

Triadic Colors of #761aba

#761aba #ba761a #1aba76

Analogous Colors of #761aba

#761aba #ba1aae #261aba

Monochromatic Colors of #761aba

#761aba

Complementary Color

#761aba #5eba1a

#761aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#761aba Color CSS Codes

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

#761aba Text Font Color

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

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


#761aba Background Color

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

This div background color is #761aba


#761aba Border Color

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

This div border color is #761aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761aba


Comments

No comments written yet.

Please login to write comment.