Color Hex Logo

#762eed Color Hex

#762EED
(118,46,237)
0 Favorites   0 Comments

Color spaces of #762eed

RGB 11846237
HSL0.730.840.55
HSV263°81°93°
CMYK 0.500.810.00   0.07
XYZ23.734311.920081.1706
Yxy11.92000.20320.1020
Hunter Lab34.525462.2897-115.2256
CIE-Lab41.088768.7870-82.9179

#762eed color RGB value is (118,46,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101110 11101101
Octal 166 56 355
Decimal 118 46 237
Hex 76 2E ED

RGB Percentages of Color #762eed

%29.43
%11.47
%59.10

CMYK Percentages of Color #762eed

%50
%81
%0
%7

Triadic Colors of #762eed

#762eed #ed762e #2eed76

Analogous Colors of #762eed

#762eed #d62eed #2e46ed

Monochromatic Colors of #762eed

#762eed

Complementary Color

#762eed #a5ed2e

#762eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#762eed Color CSS Codes

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

#762eed Text Font Color

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

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


#762eed Background Color

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

This div background color is #762eed


#762eed Border Color

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

This div border color is #762eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762eed


Comments

No comments written yet.

Please login to write comment.