Color Hex Logo

#76198a Color Hex

#76198A
(118,25,138)
0 Favorites   0 Comments

Color spaces of #76198a

RGB 11825138
HSL0.800.690.32
HSV289°82°54°
CMYK 0.140.820.00   0.46
XYZ12.40636.381824.6227
Yxy6.38180.28580.1470
Hunter Lab25.262243.4526-40.1055
CIE-Lab30.356053.8221-41.9249

#76198a color RGB value is (118,25,138).

#76198a hex color red value is 118, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #76198a hue: 0.80 , saturation: 0.69 and the lightness value of 76198a is 0.32.

The process color (four color CMYK) of #76198a color hex is 0.14, 0.82, 0.00, 0.46. Web safe color of #76198a is #660099. Color #76198a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011001 10001010
Octal 166 31 212
Decimal 118 25 138
Hex 76 19 8A

RGB Percentages of Color #76198a

%41.99
%8.90
%49.11

CMYK Percentages of Color #76198a

%14
%82
%0
%46

Triadic Colors of #76198a

#76198a #8a7619 #198a76

Analogous Colors of #76198a

#76198a #8a1966 #3e198a

Monochromatic Colors of #76198a

#76198a

Complementary Color

#76198a #2d8a19

#76198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76198a Color CSS Codes

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

#76198a Text Font Color

<p style="color:#76198a">Text here</p>

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


#76198a Background Color

<div style="background-color:#76198a">
Div content here</div>

This div background color is #76198a


#76198a Border Color

<div style="border:3px solid #76198a">
Div here</div>

This div border color is #76198a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,25,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76198a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76198a;
  -webkit-box-shadow: 1px 1px 3px 2px #76198a;
  box-shadow:         1px 1px 3px 2px #76198a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,25,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76198a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76198a


Comments

No comments written yet.

Please login to write comment.