Color Hex Logo

#760fa0 Color Hex

#760FA0
(118,15,160)
0 Favorites   0 Comments

Color spaces of #760fa0

RGB 11815160
HSL0.790.830.34
HSV283°91°63°
CMYK 0.260.910.00   0.37
XYZ13.98726.731333.8198
Yxy6.73130.25650.1234
Hunter Lab25.944750.8287-59.1251
CIE-Lab31.187260.5847-54.0890

#760fa0 color RGB value is (118,15,160).

#760fa0 hex color red value is 118, green value is 15 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #760fa0 hue: 0.79 , saturation: 0.83 and the lightness value of 760fa0 is 0.34.

The process color (four color CMYK) of #760fa0 color hex is 0.26, 0.91, 0.00, 0.37. Web safe color of #760fa0 is #660099. Color #760fa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001111 10100000
Octal 166 17 240
Decimal 118 15 160
Hex 76 F A0

RGB Percentages of Color #760fa0

%40.27
%5.12
%54.61

CMYK Percentages of Color #760fa0

%26
%91
%0
%37

Triadic Colors of #760fa0

#760fa0 #a0760f #0fa076

Analogous Colors of #760fa0

#760fa0 #a00f82 #2d0fa0

Monochromatic Colors of #760fa0

#760fa0

Complementary Color

#760fa0 #39a00f

#760fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760fa0 Color CSS Codes

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

#760fa0 Text Font Color

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

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


#760fa0 Background Color

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

This div background color is #760fa0


#760fa0 Border Color

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

This div border color is #760fa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,15,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760fa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760fa0;
  -webkit-box-shadow: 1px 1px 3px 2px #760fa0;
  box-shadow:         1px 1px 3px 2px #760fa0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760fa0


Comments

No comments written yet.

Please login to write comment.