Color Hex Logo

#762efa Color Hex

#762EFA
(118,46,250)
0 Favorites   0 Comments

Color spaces of #762efa

RGB 11846250
HSL0.730.950.58
HSV261°82°98°
CMYK 0.530.820.00   0.02
XYZ25.703512.707791.5406
Yxy12.70770.19780.0978
Hunter Lab35.647966.3217-127.2980
CIE-Lab42.319571.9593-88.2112

#762efa color RGB value is (118,46,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101110 11111010
Octal 166 56 372
Decimal 118 46 250
Hex 76 2E FA

RGB Percentages of Color #762efa

%28.50
%11.11
%60.39

CMYK Percentages of Color #762efa

%53
%82
%0
%2

Triadic Colors of #762efa

#762efa #fa762e #2efa76

Analogous Colors of #762efa

#762efa #dc2efa #2e4cfa

Monochromatic Colors of #762efa

#762efa

Complementary Color

#762efa #b2fa2e

#762efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#762efa Color CSS Codes

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

#762efa Text Font Color

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

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


#762efa Background Color

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

This div background color is #762efa


#762efa Border Color

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

This div border color is #762efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762efa

Related Colors


Comments

No comments written yet.

Please login to write comment.