Color Hex Logo

#763aba Color Hex

#763ABA
(118,58,186)
0 Favorites   0 Comments

Color spaces of #763aba

RGB 11858186
HSL0.740.520.48
HSV268°69°73°
CMYK 0.370.690.00   0.27
XYZ17.847210.422847.5255
Yxy10.42280.23550.1375
Hunter Lab32.284442.1794-64.6812
CIE-Lab38.590851.0119-57.5896

#763aba color RGB value is (118,58,186).

#763aba hex color red value is 118, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #763aba hue: 0.74 , saturation: 0.52 and the lightness value of 763aba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 10111010
Octal 166 72 272
Decimal 118 58 186
Hex 76 3A BA

RGB Percentages of Color #763aba

%32.60
%16.02
%51.38

CMYK Percentages of Color #763aba

%37
%69
%0
%27

Triadic Colors of #763aba

#763aba #ba763a #3aba76

Analogous Colors of #763aba

#763aba #b63aba #3a3eba

Monochromatic Colors of #763aba

#763aba

Complementary Color

#763aba #7eba3a

#763aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#763aba Color CSS Codes

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

#763aba Text Font Color

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

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


#763aba Background Color

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

This div background color is #763aba


#763aba Border Color

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

This div border color is #763aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763aba


Comments

No comments written yet.

Please login to write comment.