Color Hex Logo

#76345d Color Hex

#76345D
(118,52,93)
0 Favorites   0 Comments

Color spaces of #76345d

RGB 1185293
HSL0.900.390.33
HSV323°56°46°
CMYK 0.000.560.21   0.54
XYZ10.67507.097811.1633
Yxy7.09780.36890.2453
Hunter Lab26.641724.8998-6.1943
CIE-Lab32.028534.2189-10.7990

#76345d color RGB value is (118,52,93).

#76345d hex color red value is 118, green value is 52 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #76345d hue: 0.90 , saturation: 0.39 and the lightness value of 76345d is 0.33.

The process color (four color CMYK) of #76345d color hex is 0.00, 0.56, 0.21, 0.54. Web safe color of #76345d is #663366. Color #76345d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 01011101
Octal 166 64 135
Decimal 118 52 93
Hex 76 34 5D

RGB Percentages of Color #76345d

%44.87
%19.77
%35.36

CMYK Percentages of Color #76345d

%0
%56
%21
%54

Triadic Colors of #76345d

#76345d #5d7634 #345d76

Analogous Colors of #76345d

#76345d #76343c #6e3476

Monochromatic Colors of #76345d

#76345d

Complementary Color

#76345d #34764d

#76345d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76345d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76345d Color CSS Codes

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

#76345d Text Font Color

<p style="color:#76345d">Text here</p>

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


#76345d Background Color

<div style="background-color:#76345d">
Div content here</div>

This div background color is #76345d


#76345d Border Color

<div style="border:3px solid #76345d">
Div here</div>

This div border color is #76345d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76345d


Comments

No comments written yet.

Please login to write comment.