Color Hex Logo

#763eea Color Hex

#763EEA
(118,62,234)
0 Favorites   0 Comments

Color spaces of #763eea

RGB 11862234
HSL0.720.800.58
HSV260°74°92°
CMYK 0.500.740.00   0.08
XYZ24.045113.237379.1296
Yxy13.23730.20660.1137
Hunter Lab36.383154.2978-103.4816
CIE-Lab43.118661.4056-77.8851

#763eea color RGB value is (118,62,234).

#763eea hex color red value is 118, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #763eea hue: 0.72 , saturation: 0.80 and the lightness value of 763eea is 0.58.

The process color (four color CMYK) of #763eea color hex is 0.50, 0.74, 0.00, 0.08. Web safe color of #763eea is #6633ff. Color #763eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 11101010
Octal 166 76 352
Decimal 118 62 234
Hex 76 3E EA

RGB Percentages of Color #763eea

%28.50
%14.98
%56.52

CMYK Percentages of Color #763eea

%50
%74
%0
%8

Triadic Colors of #763eea

#763eea #ea763e #3eea76

Analogous Colors of #763eea

#763eea #cc3eea #3e5cea

Monochromatic Colors of #763eea

#763eea

Complementary Color

#763eea #b2ea3e

#763eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#763eea Color CSS Codes

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

#763eea Text Font Color

<p style="color:#763eea">Text here</p>

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


#763eea Background Color

<div style="background-color:#763eea">
Div content here</div>

This div background color is #763eea


#763eea Border Color

<div style="border:3px solid #763eea">
Div here</div>

This div border color is #763eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,62,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #763eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #763eea;
  -webkit-box-shadow: 1px 1px 3px 2px #763eea;
  box-shadow:         1px 1px 3px 2px #763eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763eea


Comments

No comments written yet.

Please login to write comment.