Color Hex Logo

#7912ec Color Hex

#7912EC
(121,18,236)
0 Favorites   0 Comments

Color spaces of #7912ec

RGB 12118236
HSL0.750.860.50
HSV268°92°93°
CMYK 0.490.920.00   0.07
XYZ23.241810.553780.1690
Yxy10.55370.20390.0926
Hunter Lab32.486570.8530-123.5734
CIE-Lab38.818476.3797-86.0832

#7912ec color RGB value is (121,18,236).

#7912ec hex color red value is 121, green value is 18 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7912ec hue: 0.75 , saturation: 0.86 and the lightness value of 7912ec is 0.50.

The process color (four color CMYK) of #7912ec color hex is 0.49, 0.92, 0.00, 0.07. Web safe color of #7912ec is #6600ff. Color #7912ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010010 11101100
Octal 171 22 354
Decimal 121 18 236
Hex 79 12 EC

RGB Percentages of Color #7912ec

%32.27
%4.80
%62.93

CMYK Percentages of Color #7912ec

%49
%92
%0
%7

Triadic Colors of #7912ec

#7912ec #ec7912 #12ec79

Analogous Colors of #7912ec

#7912ec #e612ec #1218ec

Monochromatic Colors of #7912ec

#7912ec

Complementary Color

#7912ec #85ec12

#7912ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7912ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7912ec Color CSS Codes

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

#7912ec Text Font Color

<p style="color:#7912ec">Text here</p>

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


#7912ec Background Color

<div style="background-color:#7912ec">
Div content here</div>

This div background color is #7912ec


#7912ec Border Color

<div style="border:3px solid #7912ec">
Div here</div>

This div border color is #7912ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,18,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7912ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7912ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7912ec;
  box-shadow:         1px 1px 3px 2px #7912ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7912ec


Comments

No comments written yet.

Please login to write comment.