Color Hex Logo

#7762fa Color Hex

#7762FA
(119,98,250)
0 Favorites   0 Comments

Color spaces of #7762fa

RGB 11998250
HSL0.690.940.68
HSV248°61°98°
CMYK 0.520.610.00   0.02
XYZ29.230819.559492.6772
Yxy19.55940.20660.1383
Hunter Lab44.226040.5825-93.2861
CIE-Lab51.335447.2591-73.4446

#7762fa color RGB value is (119,98,250).

#7762fa hex color red value is 119, green value is 98 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7762fa hue: 0.69 , saturation: 0.94 and the lightness value of 7762fa is 0.68.

The process color (four color CMYK) of #7762fa color hex is 0.52, 0.61, 0.00, 0.02. Web safe color of #7762fa is #6666ff. Color #7762fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100010 11111010
Octal 167 142 372
Decimal 119 98 250
Hex 77 62 FA

RGB Percentages of Color #7762fa

%25.48
%20.99
%53.53

CMYK Percentages of Color #7762fa

%52
%61
%0
%2

Triadic Colors of #7762fa

#7762fa #fa7762 #62fa77

Analogous Colors of #7762fa

#7762fa #c362fa #6299fa

Monochromatic Colors of #7762fa

#7762fa

Complementary Color

#7762fa #e5fa62

#7762fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7762fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7762fa Color CSS Codes

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

#7762fa Text Font Color

<p style="color:#7762fa">Text here</p>

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


#7762fa Background Color

<div style="background-color:#7762fa">
Div content here</div>

This div background color is #7762fa


#7762fa Border Color

<div style="border:3px solid #7762fa">
Div here</div>

This div border color is #7762fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,98,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7762fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7762fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7762fa;
  box-shadow:         1px 1px 3px 2px #7762fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,98,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 #7762fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7762fa


Comments

No comments written yet.

Please login to write comment.