Color Hex Logo

#7810fe Color Hex

#7810FE
(120,16,254)
0 Favorites   0 Comments

Color spaces of #7810fe

RGB 12016254
HSL0.740.990.53
HSV266°94°100°
CMYK 0.530.940.00   0.00
XYZ25.820411.519494.6285
Yxy11.51940.19570.0873
Hunter Lab33.940276.4004-141.5478
CIE-Lab40.441980.5420-93.5475

#7810fe color RGB value is (120,16,254).

#7810fe hex color red value is 120, green value is 16 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7810fe hue: 0.74 , saturation: 0.99 and the lightness value of 7810fe is 0.53.

The process color (four color CMYK) of #7810fe color hex is 0.53, 0.94, 0.00, 0.00. Web safe color of #7810fe is #6600ff. Color #7810fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 11111110
Octal 170 20 376
Decimal 120 16 254
Hex 78 10 FE

RGB Percentages of Color #7810fe

%30.77
%4.10
%65.13

CMYK Percentages of Color #7810fe

%53
%94
%0
%0

Triadic Colors of #7810fe

#7810fe #fe7810 #10fe78

Analogous Colors of #7810fe

#7810fe #ef10fe #101ffe

Monochromatic Colors of #7810fe

#7810fe

Complementary Color

#7810fe #96fe10

#7810fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7810fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7810fe Color CSS Codes

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

#7810fe Text Font Color

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

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


#7810fe Background Color

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

This div background color is #7810fe


#7810fe Border Color

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

This div border color is #7810fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,16,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 #7810fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7810fe

Related Colors


Comments

No comments written yet.

Please login to write comment.