Color Hex Logo

#762eee Color Hex

#762EEE
(118,46,238)
0 Favorites   0 Comments

Color spaces of #762eee

RGB 11846238
HSL0.730.850.56
HSV263°81°93°
CMYK 0.500.810.00   0.07
XYZ23.880811.978681.9424
Yxy11.97860.20270.1017
Hunter Lab34.610162.5964-116.1471
CIE-Lab41.182169.0309-83.3298

#762eee color RGB value is (118,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101110 11101110
Octal 166 56 356
Decimal 118 46 238
Hex 76 2E EE

RGB Percentages of Color #762eee

%29.35
%11.44
%59.20

CMYK Percentages of Color #762eee

%50
%81
%0
%7

Triadic Colors of #762eee

#762eee #ee762e #2eee76

Analogous Colors of #762eee

#762eee #d62eee #2e46ee

Monochromatic Colors of #762eee

#762eee

Complementary Color

#762eee #a6ee2e

#762eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#762eee Color CSS Codes

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

#762eee Text Font Color

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

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


#762eee Background Color

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

This div background color is #762eee


#762eee Border Color

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

This div border color is #762eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762eee


Comments

No comments written yet.

Please login to write comment.