Color Hex Logo

#7912fc Color Hex

#7912FC
(121,18,252)
0 Favorites   0 Comments

Color spaces of #7912fc

RGB 12118252
HSL0.740.980.53
HSV266°93°99°
CMYK 0.520.930.00   0.01
XYZ25.672211.525892.9671
Yxy11.52580.19720.0885
Hunter Lab33.949775.5669-138.5938
CIE-Lab40.452379.8762-92.4059

#7912fc color RGB value is (121,18,252).

#7912fc hex color red value is 121, green value is 18 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7912fc hue: 0.74 , saturation: 0.98 and the lightness value of 7912fc is 0.53.

The process color (four color CMYK) of #7912fc color hex is 0.52, 0.93, 0.00, 0.01. Web safe color of #7912fc is #6600ff. Color #7912fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00010010 11111100
Octal 171 22 374
Decimal 121 18 252
Hex 79 12 FC

RGB Percentages of Color #7912fc

%30.95
%4.60
%64.45

CMYK Percentages of Color #7912fc

%52
%93
%0
%1

Triadic Colors of #7912fc

#7912fc #fc7912 #12fc79

Analogous Colors of #7912fc

#7912fc #ee12fc #1220fc

Monochromatic Colors of #7912fc

#7912fc

Complementary Color

#7912fc #95fc12

#7912fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7912fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7912fc Color CSS Codes

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

#7912fc Text Font Color

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

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


#7912fc Background Color

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

This div background color is #7912fc


#7912fc Border Color

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

This div border color is #7912fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7912fc


Comments

No comments written yet.

Please login to write comment.