Color Hex Logo

#762eea Color Hex

#762EEA
(118,46,234)
0 Favorites   0 Comments

Color spaces of #762eea

RGB 11846234
HSL0.730.820.55
HSV263°80°92°
CMYK 0.500.800.00   0.08
XYZ23.299511.746178.8811
Yxy11.74610.20450.1031
Hunter Lab34.272661.3725-112.4699
CIE-Lab40.809768.0550-81.6776

#762eea color RGB value is (118,46,234).

#762eea hex color red value is 118, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #762eea hue: 0.73 , saturation: 0.82 and the lightness value of 762eea is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101110 11101010
Octal 166 56 352
Decimal 118 46 234
Hex 76 2E EA

RGB Percentages of Color #762eea

%29.65
%11.56
%58.79

CMYK Percentages of Color #762eea

%50
%80
%0
%8

Triadic Colors of #762eea

#762eea #ea762e #2eea76

Analogous Colors of #762eea

#762eea #d42eea #2e44ea

Monochromatic Colors of #762eea

#762eea

Complementary Color

#762eea #a2ea2e

#762eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#762eea Color CSS Codes

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

#762eea Text Font Color

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

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


#762eea Background Color

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

This div background color is #762eea


#762eea Border Color

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

This div border color is #762eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762eea


Comments

No comments written yet.

Please login to write comment.