Color Hex Logo

#762dfc Color Hex

#762DFC
(118,45,252)
0 Favorites   0 Comments

Color spaces of #762dfc

RGB 11845252
HSL0.730.970.58
HSV261°82°99°
CMYK 0.530.820.00   0.01
XYZ25.980312.756693.1884
Yxy12.75660.19690.0967
Hunter Lab35.716467.3382-129.6934
CIE-Lab42.394272.7938-89.2082

#762dfc color RGB value is (118,45,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101101 11111100
Octal 166 55 374
Decimal 118 45 252
Hex 76 2D FC

RGB Percentages of Color #762dfc

%28.43
%10.84
%60.72

CMYK Percentages of Color #762dfc

%53
%82
%0
%1

Triadic Colors of #762dfc

#762dfc #fc762d #2dfc76

Analogous Colors of #762dfc

#762dfc #de2dfc #2d4cfc

Monochromatic Colors of #762dfc

#762dfc

Complementary Color

#762dfc #b3fc2d

#762dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#762dfc Color CSS Codes

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

#762dfc Text Font Color

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

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


#762dfc Background Color

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

This div background color is #762dfc


#762dfc Border Color

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

This div border color is #762dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762dfc


Comments

No comments written yet.

Please login to write comment.