Color Hex Logo

#760eda Color Hex

#760EDA
(118,14,218)
0 Favorites   0 Comments

Color spaces of #760eda

RGB 11814218
HSL0.750.880.45
HSV271°94°85°
CMYK 0.460.940.00   0.15
XYZ20.28319.227667.0417
Yxy9.22760.21010.0956
Hunter Lab30.377066.0271-109.5886
CIE-Lab36.418972.8484-79.7699

#760eda color RGB value is (118,14,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001110 11011010
Octal 166 16 332
Decimal 118 14 218
Hex 76 E DA

RGB Percentages of Color #760eda

%33.71
%4.00
%62.29

CMYK Percentages of Color #760eda

%46
%94
%0
%15

Triadic Colors of #760eda

#760eda #da760e #0eda76

Analogous Colors of #760eda

#760eda #da0ed8 #100eda

Monochromatic Colors of #760eda

#760eda

Complementary Color

#760eda #72da0e

#760eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#760eda Color CSS Codes

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

#760eda Text Font Color

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

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


#760eda Background Color

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

This div background color is #760eda


#760eda Border Color

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

This div border color is #760eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760eda


Comments

No comments written yet.

Please login to write comment.