Color Hex Logo

#7812fa Color Hex

#7812FA
(120,18,250)
0 Favorites   0 Comments

Color spaces of #7812fa

RGB 12018250
HSL0.740.960.53
HSV266°93°98°
CMYK 0.520.930.00   0.02
XYZ25.217411.327891.2999
Yxy11.32780.19720.0886
Hunter Lab33.656874.8420-137.2747
CIE-Lab40.127279.3577-91.8254

#7812fa color RGB value is (120,18,250).

#7812fa hex color red value is 120, green value is 18 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7812fa hue: 0.74 , saturation: 0.96 and the lightness value of 7812fa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010010 11111010
Octal 170 22 372
Decimal 120 18 250
Hex 78 12 FA

RGB Percentages of Color #7812fa

%30.93
%4.64
%64.43

CMYK Percentages of Color #7812fa

%52
%93
%0
%2

Triadic Colors of #7812fa

#7812fa #fa7812 #12fa78

Analogous Colors of #7812fa

#7812fa #ec12fa #1220fa

Monochromatic Colors of #7812fa

#7812fa

Complementary Color

#7812fa #94fa12

#7812fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7812fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7812fa Color CSS Codes

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

#7812fa Text Font Color

<p style="color:#7812fa">Text here</p>

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


#7812fa Background Color

<div style="background-color:#7812fa">
Div content here</div>

This div background color is #7812fa


#7812fa Border Color

<div style="border:3px solid #7812fa">
Div here</div>

This div border color is #7812fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,18,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7812fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7812fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7812fa;
  box-shadow:         1px 1px 3px 2px #7812fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7812fa

Related Colors


Comments

No comments written yet.

Please login to write comment.