Color Hex Logo

#7804fe Color Hex

#7804FE
(120,4,254)
0 Favorites   0 Comments

Color spaces of #7804fe

RGB 1204254
HSL0.740.990.51
HSV268°98°100°
CMYK 0.530.980.00   0.00
XYZ25.678511.235794.5812
Yxy11.23570.19530.0854
Hunter Lab33.519778.0844-143.8325
CIE-Lab39.974681.9615-94.3212

#7804fe color RGB value is (120,4,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000100 11111110
Octal 170 4 376
Decimal 120 4 254
Hex 78 4 FE

RGB Percentages of Color #7804fe

%31.75
%1.06
%67.20

CMYK Percentages of Color #7804fe

%53
%98
%0
%0

Triadic Colors of #7804fe

#7804fe #fe7804 #04fe78

Analogous Colors of #7804fe

#7804fe #f504fe #040dfe

Monochromatic Colors of #7804fe

#7804fe

Complementary Color

#7804fe #8afe04

#7804fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7804fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7804fe Color CSS Codes

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

#7804fe Text Font Color

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

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


#7804fe Background Color

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

This div background color is #7804fe


#7804fe Border Color

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

This div border color is #7804fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7804fe


Comments

No comments written yet.

Please login to write comment.