Color Hex Logo

#760594 Color Hex

#760594
(118,5,148)
0 Favorites   0 Comments

Color spaces of #760594

RGB 1185148
HSL0.800.930.30
HSV287°97°58°
CMYK 0.200.970.00   0.42
XYZ12.87086.098228.5157
Yxy6.09820.27110.1284
Hunter Lab24.694549.8188-51.1782
CIE-Lab29.658959.9535-49.2369

#760594 color RGB value is (118,5,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000101 10010100
Octal 166 5 224
Decimal 118 5 148
Hex 76 5 94

RGB Percentages of Color #760594

%43.54
%1.85
%54.61

CMYK Percentages of Color #760594

%20
%97
%0
%42

Triadic Colors of #760594

#760594 #947605 #059476

Analogous Colors of #760594

#760594 #94056b #2e0594

Monochromatic Colors of #760594

#760594

Complementary Color

#760594 #239405

#760594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760594 Color CSS Codes

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

#760594 Text Font Color

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

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


#760594 Background Color

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

This div background color is #760594


#760594 Border Color

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

This div border color is #760594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760594


Comments

No comments written yet.

Please login to write comment.