Color Hex Logo

#760ade Color Hex

#760ADE
(118,10,222)
0 Favorites   0 Comments

Color spaces of #760ade

RGB 11810222
HSL0.750.910.45
HSV271°95°87°
CMYK 0.470.950.00   0.13
XYZ20.76469.342669.8161
Yxy9.34260.20780.0935
Hunter Lab30.565767.7730-114.0304
CIE-Lab36.635774.2595-81.7115

#760ade color RGB value is (118,10,222).

#760ade hex color red value is 118, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #760ade hue: 0.75 , saturation: 0.91 and the lightness value of 760ade is 0.45.

The process color (four color CMYK) of #760ade color hex is 0.47, 0.95, 0.00, 0.13. Web safe color of #760ade is #6600cc. Color #760ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 11011110
Octal 166 12 336
Decimal 118 10 222
Hex 76 A DE

RGB Percentages of Color #760ade

%33.71
%2.86
%63.43

CMYK Percentages of Color #760ade

%47
%95
%0
%13

Triadic Colors of #760ade

#760ade #de760a #0ade76

Analogous Colors of #760ade

#760ade #de0adc #0c0ade

Monochromatic Colors of #760ade

#760ade

Complementary Color

#760ade #72de0a

#760ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#760ade Color CSS Codes

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

#760ade Text Font Color

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

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


#760ade Background Color

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

This div background color is #760ade


#760ade Border Color

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

This div border color is #760ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760ade


Comments

No comments written yet.

Please login to write comment.