Color Hex Logo

#7801ff Color Hex

#7801FF
(120,1,255)
0 Favorites   0 Comments

Color spaces of #7801ff

RGB 1201255
HSL0.741.000.50
HSV268°100°100°
CMYK 0.531.000.00   0.00
XYZ25.806611.234895.4161
Yxy11.23480.19480.0848
Hunter Lab33.518478.7744-145.3169
CIE-Lab39.973282.5046-94.8837

#7801ff color RGB value is (120,1,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000001 11111111
Octal 170 1 377
Decimal 120 1 255
Hex 78 1 FF

RGB Percentages of Color #7801ff

%31.91
%0.27
%67.82

CMYK Percentages of Color #7801ff

%53
%100
%0
%0

Triadic Colors of #7801ff

#7801ff #ff7801 #01ff78

Analogous Colors of #7801ff

#7801ff #f701ff #0109ff

Monochromatic Colors of #7801ff

#7801ff

Complementary Color

#7801ff #88ff01

#7801ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7801ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7801ff Color CSS Codes

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

#7801ff Text Font Color

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

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


#7801ff Background Color

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

This div background color is #7801ff


#7801ff Border Color

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

This div border color is #7801ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7801ff


Comments

No comments written yet.

Please login to write comment.