Color Hex Logo

#760ede Color Hex

#760EDE
(118,14,222)
0 Favorites   0 Comments

Color spaces of #760ede

RGB 11814222
HSL0.750.880.46
HSV270°94°87°
CMYK 0.470.940.00   0.13
XYZ20.81319.439669.8323
Yxy9.43960.20800.0943
Hunter Lab30.723967.1531-113.2532
CIE-Lab36.817373.7113-81.4118

#760ede color RGB value is (118,14,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001110 11011110
Octal 166 16 336
Decimal 118 14 222
Hex 76 E DE

RGB Percentages of Color #760ede

%33.33
%3.95
%62.71

CMYK Percentages of Color #760ede

%47
%94
%0
%13

Triadic Colors of #760ede

#760ede #de760e #0ede76

Analogous Colors of #760ede

#760ede #de0ede #0e0ede

Monochromatic Colors of #760ede

#760ede

Complementary Color

#760ede #76de0e

#760ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#760ede Color CSS Codes

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

#760ede Text Font Color

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

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


#760ede Background Color

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

This div background color is #760ede


#760ede Border Color

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

This div border color is #760ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760ede


Comments

No comments written yet.

Please login to write comment.