Color Hex Logo

#763afa Color Hex

#763AFA
(118,58,250)
0 Favorites   0 Comments

Color spaces of #763afa

RGB 11858250
HSL0.720.950.60
HSV259°77°98°
CMYK 0.530.770.00   0.02
XYZ26.239613.779891.7193
Yxy13.77980.19920.1046
Hunter Lab37.121261.2132-120.5095
CIE-Lab43.915567.3126-85.5822

#763afa color RGB value is (118,58,250).

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

The process color (four color CMYK) of #763afa color hex is 0.53, 0.77, 0.00, 0.02. Web safe color of #763afa is #6633ff. Color #763afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11111010
Octal 166 72 372
Decimal 118 58 250
Hex 76 3A FA

RGB Percentages of Color #763afa

%27.70
%13.62
%58.69

CMYK Percentages of Color #763afa

%53
%77
%0
%2

Triadic Colors of #763afa

#763afa #fa763a #3afa76

Analogous Colors of #763afa

#763afa #d63afa #3a5efa

Monochromatic Colors of #763afa

#763afa

Complementary Color

#763afa #befa3a

#763afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#763afa Color CSS Codes

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

#763afa Text Font Color

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

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


#763afa Background Color

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

This div background color is #763afa


#763afa Border Color

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

This div border color is #763afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763afa


Comments

No comments written yet.

Please login to write comment.