Color Hex Logo

#7904ea Color Hex

#7904EA
(121,4,234)
0 Favorites   0 Comments

Color spaces of #7904ea

RGB 1214234
HSL0.750.970.47
HSV271°98°92°
CMYK 0.480.980.00   0.08
XYZ22.779910.092378.5893
Yxy10.09230.20440.0905
Hunter Lab31.768472.4009-124.4350
CIE-Lab38.007677.7894-86.2871

#7904ea color RGB value is (121,4,234).

#7904ea hex color red value is 121, green value is 4 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7904ea hue: 0.75 , saturation: 0.97 and the lightness value of 7904ea is 0.47.

The process color (four color CMYK) of #7904ea color hex is 0.48, 0.98, 0.00, 0.08. Web safe color of #7904ea is #6600ff. Color #7904ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000100 11101010
Octal 171 4 352
Decimal 121 4 234
Hex 79 4 EA

RGB Percentages of Color #7904ea

%33.70
%1.11
%65.18

CMYK Percentages of Color #7904ea

%48
%98
%0
%8

Triadic Colors of #7904ea

#7904ea #ea7904 #04ea79

Analogous Colors of #7904ea

#7904ea #ea04e8 #0604ea

Monochromatic Colors of #7904ea

#7904ea

Complementary Color

#7904ea #75ea04

#7904ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7904ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7904ea Color CSS Codes

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

#7904ea Text Font Color

<p style="color:#7904ea">Text here</p>

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


#7904ea Background Color

<div style="background-color:#7904ea">
Div content here</div>

This div background color is #7904ea


#7904ea Border Color

<div style="border:3px solid #7904ea">
Div here</div>

This div border color is #7904ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,4,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7904ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7904ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7904ea;
  box-shadow:         1px 1px 3px 2px #7904ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7904ea


Comments

No comments written yet.

Please login to write comment.