Color Hex Logo

#7810ff Color Hex

#7810FF
(120,16,255)
0 Favorites   0 Comments

Color spaces of #7810ff

RGB 12016255
HSL0.741.000.53
HSV266°94°100°
CMYK 0.530.940.00   0.00
XYZ25.981011.583795.4743
Yxy11.58370.19530.0871
Hunter Lab34.034876.6997-142.4955
CIE-Lab40.546780.7602-93.9337

#7810ff color RGB value is (120,16,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 11111111
Octal 170 20 377
Decimal 120 16 255
Hex 78 10 FF

RGB Percentages of Color #7810ff

%30.69
%4.09
%65.22

CMYK Percentages of Color #7810ff

%53
%94
%0
%0

Triadic Colors of #7810ff

#7810ff #ff7810 #10ff78

Analogous Colors of #7810ff

#7810ff #f010ff #1020ff

Monochromatic Colors of #7810ff

#7810ff

Complementary Color

#7810ff #97ff10

#7810ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7810ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7810ff Color CSS Codes

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

#7810ff Text Font Color

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

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


#7810ff Background Color

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

This div background color is #7810ff


#7810ff Border Color

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

This div border color is #7810ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7810ff

Related Colors


Comments

No comments written yet.

Please login to write comment.