Color Hex Logo

#7819ff Color Hex

#7819FF
(120,25,255)
0 Favorites   0 Comments

Color spaces of #7819ff

RGB 12025255
HSL0.741.000.55
HSV265°90°100°
CMYK 0.530.900.00   0.00
XYZ26.143411.908395.5284
Yxy11.90830.19570.0891
Hunter Lab34.508474.8410-139.9745
CIE-Lab41.070079.1792-93.0676

#7819ff color RGB value is (120,25,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011001 11111111
Octal 170 31 377
Decimal 120 25 255
Hex 78 19 FF

RGB Percentages of Color #7819ff

%30.00
%6.25
%63.75

CMYK Percentages of Color #7819ff

%53
%90
%0
%0

Triadic Colors of #7819ff

#7819ff #ff7819 #19ff78

Analogous Colors of #7819ff

#7819ff #eb19ff #192dff

Monochromatic Colors of #7819ff

#7819ff

Complementary Color

#7819ff #a0ff19

#7819ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7819ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7819ff Color CSS Codes

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

#7819ff Text Font Color

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

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


#7819ff Background Color

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

This div background color is #7819ff


#7819ff Border Color

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

This div border color is #7819ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7819ff


Comments

No comments written yet.

Please login to write comment.