Color Hex Logo

#763afe Color Hex

#763AFE
(118,58,254)
0 Favorites   0 Comments

Color spaces of #763afe

RGB 11858254
HSL0.720.990.61
HSV258°77°100°
CMYK 0.540.770.00   0.00
XYZ26.873714.033495.0583
Yxy14.03340.19770.1032
Hunter Lab37.461262.4943-124.2264
CIE-Lab44.280868.3396-87.2172

#763afe color RGB value is (118,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11111110
Octal 166 72 376
Decimal 118 58 254
Hex 76 3A FE

RGB Percentages of Color #763afe

%27.44
%13.49
%59.07

CMYK Percentages of Color #763afe

%54
%77
%0
%0

Triadic Colors of #763afe

#763afe #fe763a #3afe76

Analogous Colors of #763afe

#763afe #d83afe #3a60fe

Monochromatic Colors of #763afe

#763afe

Complementary Color

#763afe #c2fe3a

#763afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#763afe Color CSS Codes

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

#763afe Text Font Color

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

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


#763afe Background Color

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

This div background color is #763afe


#763afe Border Color

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

This div border color is #763afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763afe

Related Colors


Comments

No comments written yet.

Please login to write comment.