Color Hex Logo

#7850ff Color Hex

#7850FF
(120,80,255)
0 Favorites   0 Comments

Color spaces of #7850ff

RGB 12080255
HSL0.701.000.66
HSV254°69°100°
CMYK 0.530.690.00   0.00
XYZ28.664416.950496.3687
Yxy16.95040.20190.1194
Hunter Lab41.170952.2281-109.9606
CIE-Lab48.197558.5903-81.3386

#7850ff color RGB value is (120,80,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010000 11111111
Octal 170 120 377
Decimal 120 80 255
Hex 78 50 FF

RGB Percentages of Color #7850ff

%26.37
%17.58
%56.04

CMYK Percentages of Color #7850ff

%53
%69
%0
%0

Triadic Colors of #7850ff

#7850ff #ff7850 #50ff78

Analogous Colors of #7850ff

#7850ff #d050ff #5080ff

Monochromatic Colors of #7850ff

#7850ff

Complementary Color

#7850ff #d7ff50

#7850ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7850ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7850ff Color CSS Codes

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

#7850ff Text Font Color

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

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


#7850ff Background Color

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

This div background color is #7850ff


#7850ff Border Color

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

This div border color is #7850ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,80,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7850ff

Related Colors


Comments

No comments written yet.

Please login to write comment.