Color Hex Logo

#763eeb Color Hex

#763EEB
(118,62,235)
0 Favorites   0 Comments

Color spaces of #763eeb

RGB 11862235
HSL0.720.810.58
HSV259°74°92°
CMYK 0.500.740.00   0.08
XYZ24.189213.295079.8885
Yxy13.29500.20610.1133
Hunter Lab36.462354.6084-104.3801
CIE-Lab43.204461.6663-78.3102

#763eeb color RGB value is (118,62,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 11101011
Octal 166 76 353
Decimal 118 62 235
Hex 76 3E EB

RGB Percentages of Color #763eeb

%28.43
%14.94
%56.63

CMYK Percentages of Color #763eeb

%50
%74
%0
%8

Triadic Colors of #763eeb

#763eeb #eb763e #3eeb76

Analogous Colors of #763eeb

#763eeb #cd3eeb #3e5deb

Monochromatic Colors of #763eeb

#763eeb

Complementary Color

#763eeb #b3eb3e

#763eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#763eeb Color CSS Codes

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

#763eeb Text Font Color

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

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


#763eeb Background Color

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

This div background color is #763eeb


#763eeb Border Color

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

This div border color is #763eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763eeb


Comments

No comments written yet.

Please login to write comment.