Color Hex Logo

#7850fe Color Hex

#7850FE
(120,80,254)
0 Favorites   0 Comments

Color spaces of #7850fe

RGB 12080254
HSL0.700.990.65
HSV254°69°100°
CMYK 0.530.690.00   0.00
XYZ28.503816.886195.5230
Yxy16.88610.20230.1198
Hunter Lab41.092751.9036-109.0591
CIE-Lab48.116258.3132-80.9154

#7850fe color RGB value is (120,80,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 11111110
Octal 170 120 376
Decimal 120 80 254
Hex 78 50 FE

RGB Percentages of Color #7850fe

%26.43
%17.62
%55.95

CMYK Percentages of Color #7850fe

%53
%69
%0
%0

Triadic Colors of #7850fe

#7850fe #fe7850 #50fe78

Analogous Colors of #7850fe

#7850fe #cf50fe #507ffe

Monochromatic Colors of #7850fe

#7850fe

Complementary Color

#7850fe #d6fe50

#7850fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7850fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7850fe Color CSS Codes

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

#7850fe Text Font Color

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

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


#7850fe Background Color

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

This div background color is #7850fe


#7850fe Border Color

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

This div border color is #7850fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7850fe


Comments

No comments written yet.

Please login to write comment.