Color Hex Logo

#763afc Color Hex

#763AFC
(118,58,252)
0 Favorites   0 Comments

Color spaces of #763afc

RGB 11858252
HSL0.720.970.61
HSV259°77°99°
CMYK 0.530.770.00   0.01
XYZ26.555013.905993.3800
Yxy13.90590.19840.1039
Hunter Lab37.290661.8530-122.3656
CIE-Lab44.097767.8265-86.4012

#763afc color RGB value is (118,58,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11111100
Octal 166 72 374
Decimal 118 58 252
Hex 76 3A FC

RGB Percentages of Color #763afc

%27.57
%13.55
%58.88

CMYK Percentages of Color #763afc

%53
%77
%0
%1

Triadic Colors of #763afc

#763afc #fc763a #3afc76

Analogous Colors of #763afc

#763afc #d73afc #3a5ffc

Monochromatic Colors of #763afc

#763afc

Complementary Color

#763afc #c0fc3a

#763afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#763afc Color CSS Codes

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

#763afc Text Font Color

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

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


#763afc Background Color

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

This div background color is #763afc


#763afc Border Color

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

This div border color is #763afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763afc


Comments

No comments written yet.

Please login to write comment.