Color Hex Logo

#7762fe Color Hex

#7762FE
(119,98,254)
0 Favorites   0 Comments

Color spaces of #7762fe

RGB 11998254
HSL0.690.990.69
HSV248°61°100°
CMYK 0.530.610.00   0.00
XYZ29.864819.813196.0162
Yxy19.81310.20500.1360
Hunter Lab44.511941.8669-96.7355
CIE-Lab51.625248.4322-75.1943

#7762fe color RGB value is (119,98,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100010 11111110
Octal 167 142 376
Decimal 119 98 254
Hex 77 62 FE

RGB Percentages of Color #7762fe

%25.27
%20.81
%53.93

CMYK Percentages of Color #7762fe

%53
%61
%0
%0

Triadic Colors of #7762fe

#7762fe #fe7762 #62fe77

Analogous Colors of #7762fe

#7762fe #c562fe #629bfe

Monochromatic Colors of #7762fe

#7762fe

Complementary Color

#7762fe #e9fe62

#7762fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7762fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7762fe Color CSS Codes

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

#7762fe Text Font Color

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

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


#7762fe Background Color

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

This div background color is #7762fe


#7762fe Border Color

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

This div border color is #7762fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,98,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7762fe


Comments

No comments written yet.

Please login to write comment.