Color Hex Logo

#763aeb Color Hex

#763AEB
(118,58,235)
0 Favorites   0 Comments

Color spaces of #763aeb

RGB 11858235
HSL0.720.820.57
HSV260°75°92°
CMYK 0.500.750.00   0.08
XYZ23.979712.875879.8187
Yxy12.87580.20550.1104
Hunter Lab35.882956.4925-106.7681
CIE-Lab42.575563.4597-79.3420

#763aeb color RGB value is (118,58,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11101011
Octal 166 72 353
Decimal 118 58 235
Hex 76 3A EB

RGB Percentages of Color #763aeb

%28.71
%14.11
%57.18

CMYK Percentages of Color #763aeb

%50
%75
%0
%8

Triadic Colors of #763aeb

#763aeb #eb763a #3aeb76

Analogous Colors of #763aeb

#763aeb #cf3aeb #3a57eb

Monochromatic Colors of #763aeb

#763aeb

Complementary Color

#763aeb #afeb3a

#763aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#763aeb Color CSS Codes

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

#763aeb Text Font Color

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

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


#763aeb Background Color

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

This div background color is #763aeb


#763aeb Border Color

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

This div border color is #763aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763aeb


Comments

No comments written yet.

Please login to write comment.