Color Hex Logo

#763dfc Color Hex

#763DFC
(118,61,252)
0 Favorites   0 Comments

Color spaces of #763dfc

RGB 11861252
HSL0.720.970.61
HSV258°76°99°
CMYK 0.530.760.00   0.01
XYZ26.710614.217393.4319
Yxy14.21730.19880.1058
Hunter Lab37.705860.4632-120.5216
CIE-Lab44.543066.5443-85.6687

#763dfc color RGB value is (118,61,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111101 11111100
Octal 166 75 374
Decimal 118 61 252
Hex 76 3D FC

RGB Percentages of Color #763dfc

%27.38
%14.15
%58.47

CMYK Percentages of Color #763dfc

%53
%76
%0
%1

Triadic Colors of #763dfc

#763dfc #fc763d #3dfc76

Analogous Colors of #763dfc

#763dfc #d63dfc #3d64fc

Monochromatic Colors of #763dfc

#763dfc

Complementary Color

#763dfc #c3fc3d

#763dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#763dfc Color CSS Codes

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

#763dfc Text Font Color

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

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


#763dfc Background Color

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

This div background color is #763dfc


#763dfc Border Color

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

This div border color is #763dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.