Color Hex Logo

#760793 Color Hex

#760793
(118,7,147)
0 Favorites   0 Comments

Color spaces of #760793

RGB 1187147
HSL0.800.910.30
HSV288°95°58°
CMYK 0.200.950.00   0.42
XYZ12.81376.110128.1078
Yxy6.11010.27240.1299
Hunter Lab24.718649.2737-50.1163
CIE-Lab29.688659.4453-48.5727

#760793 color RGB value is (118,7,147).

#760793 hex color red value is 118, green value is 7 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #760793 hue: 0.80 , saturation: 0.91 and the lightness value of 760793 is 0.30.

The process color (four color CMYK) of #760793 color hex is 0.20, 0.95, 0.00, 0.42. Web safe color of #760793 is #660099. Color #760793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 10010011
Octal 166 7 223
Decimal 118 7 147
Hex 76 7 93

RGB Percentages of Color #760793

%43.38
%2.57
%54.04

CMYK Percentages of Color #760793

%20
%95
%0
%42

Triadic Colors of #760793

#760793 #937607 #079376

Analogous Colors of #760793

#760793 #93076a #300793

Monochromatic Colors of #760793

#760793

Complementary Color

#760793 #249307

#760793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760793 Color CSS Codes

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

#760793 Text Font Color

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

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


#760793 Background Color

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

This div background color is #760793


#760793 Border Color

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

This div border color is #760793


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,7,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760793; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760793;
  -webkit-box-shadow: 1px 1px 3px 2px #760793;
  box-shadow:         1px 1px 3px 2px #760793; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760793


Comments

No comments written yet.

Please login to write comment.