Color Hex Logo

#760ece Color Hex

#760ECE
(118,14,206)
0 Favorites   0 Comments

Color spaces of #760ece

RGB 11814206
HSL0.760.870.43
HSV273°93°81°
CMYK 0.430.930.00   0.19
XYZ18.76888.621959.0675
Yxy8.62190.21710.0997
Hunter Lab29.363162.7114-98.7151
CIE-Lab35.245970.2755-74.7596

#760ece color RGB value is (118,14,206).

#760ece hex color red value is 118, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #760ece hue: 0.76 , saturation: 0.87 and the lightness value of 760ece is 0.43.

The process color (four color CMYK) of #760ece color hex is 0.43, 0.93, 0.00, 0.19. Web safe color of #760ece is #6600cc. Color #760ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001110 11001110
Octal 166 16 316
Decimal 118 14 206
Hex 76 E CE

RGB Percentages of Color #760ece

%34.91
%4.14
%60.95

CMYK Percentages of Color #760ece

%43
%93
%0
%19

Triadic Colors of #760ece

#760ece #ce760e #0ece76

Analogous Colors of #760ece

#760ece #ce0ec6 #160ece

Monochromatic Colors of #760ece

#760ece

Complementary Color

#760ece #66ce0e

#760ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#760ece Color CSS Codes

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

#760ece Text Font Color

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

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


#760ece Background Color

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

This div background color is #760ece


#760ece Border Color

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

This div border color is #760ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760ece


Comments

No comments written yet.

Please login to write comment.