Color Hex Logo

#76068a Color Hex

#76068A
(118,6,138)
0 Favorites   0 Comments

Color spaces of #76068a

RGB 1186138
HSL0.810.920.28
HSV291°96°54°
CMYK 0.140.960.00   0.46
XYZ12.12385.816824.5285
Yxy5.81680.28550.1370
Hunter Lab24.118047.5229-43.4164
CIE-Lab28.945557.9619-44.2012

#76068a color RGB value is (118,6,138).

#76068a hex color red value is 118, green value is 6 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #76068a hue: 0.81 , saturation: 0.92 and the lightness value of 76068a is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000110 10001010
Octal 166 6 212
Decimal 118 6 138
Hex 76 6 8A

RGB Percentages of Color #76068a

%45.04
%2.29
%52.67

CMYK Percentages of Color #76068a

%14
%96
%0
%46

Triadic Colors of #76068a

#76068a #8a7606 #068a76

Analogous Colors of #76068a

#76068a #8a065c #34068a

Monochromatic Colors of #76068a

#76068a

Complementary Color

#76068a #1a8a06

#76068a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76068a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76068a Color CSS Codes

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

#76068a Text Font Color

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

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


#76068a Background Color

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

This div background color is #76068a


#76068a Border Color

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

This div border color is #76068a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76068a


Comments

No comments written yet.

Please login to write comment.