Color Hex Logo

#763ffc Color Hex

#763FFC
(118,63,252)
0 Favorites   0 Comments

Color spaces of #763ffc

RGB 11863252
HSL0.720.970.62
HSV257°75°99°
CMYK 0.530.750.00   0.01
XYZ26.819414.434893.4681
Yxy14.43480.19910.1071
Hunter Lab37.993259.5153-119.2659
CIE-Lab44.850165.6643-85.1636

#763ffc color RGB value is (118,63,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111111 11111100
Octal 166 77 374
Decimal 118 63 252
Hex 76 3F FC

RGB Percentages of Color #763ffc

%27.25
%14.55
%58.20

CMYK Percentages of Color #763ffc

%53
%75
%0
%1

Triadic Colors of #763ffc

#763ffc #fc763f #3ffc76

Analogous Colors of #763ffc

#763ffc #d53ffc #3f67fc

Monochromatic Colors of #763ffc

#763ffc

Complementary Color

#763ffc #c5fc3f

#763ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#763ffc Color CSS Codes

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

#763ffc Text Font Color

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

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


#763ffc Background Color

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

This div background color is #763ffc


#763ffc Border Color

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

This div border color is #763ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763ffc


Comments

No comments written yet.

Please login to write comment.