Color Hex Logo

#76348e Color Hex

#76348E
(118,52,142)
0 Favorites   0 Comments

Color spaces of #76348e

RGB 11852142
HSL0.790.460.38
HSV284°63°56°
CMYK 0.170.630.00   0.44
XYZ13.58178.260526.4698
Yxy8.26050.28110.1710
Hunter Lab28.741134.0539-34.4858
CIE-Lab34.519643.6448-37.7199

#76348e color RGB value is (118,52,142).

#76348e hex color red value is 118, green value is 52 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #76348e hue: 0.79 , saturation: 0.46 and the lightness value of 76348e is 0.38.

The process color (four color CMYK) of #76348e color hex is 0.17, 0.63, 0.00, 0.44. Web safe color of #76348e is #663399. Color #76348e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 10001110
Octal 166 64 216
Decimal 118 52 142
Hex 76 34 8E

RGB Percentages of Color #76348e

%37.82
%16.67
%45.51

CMYK Percentages of Color #76348e

%17
%63
%0
%44

Triadic Colors of #76348e

#76348e #8e7634 #348e76

Analogous Colors of #76348e

#76348e #8e3479 #49348e

Monochromatic Colors of #76348e

#76348e

Complementary Color

#76348e #4c8e34

#76348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76348e Color CSS Codes

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

#76348e Text Font Color

<p style="color:#76348e">Text here</p>

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


#76348e Background Color

<div style="background-color:#76348e">
Div content here</div>

This div background color is #76348e


#76348e Border Color

<div style="border:3px solid #76348e">
Div here</div>

This div border color is #76348e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,52,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76348e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76348e;
  -webkit-box-shadow: 1px 1px 3px 2px #76348e;
  box-shadow:         1px 1px 3px 2px #76348e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76348e


Comments

No comments written yet.

Please login to write comment.