Color Hex Logo

#7812ec Color Hex

#7812EC
(120,18,236)
0 Favorites   0 Comments

Color spaces of #7812ec

RGB 12018236
HSL0.740.860.50
HSV268°92°93°
CMYK 0.490.920.00   0.07
XYZ23.102410.481880.1624
Yxy10.48180.20310.0922
Hunter Lab32.375670.7157-124.1398
CIE-Lab38.693676.2912-86.2934

#7812ec color RGB value is (120,18,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010010 11101100
Octal 170 22 354
Decimal 120 18 236
Hex 78 12 EC

RGB Percentages of Color #7812ec

%32.09
%4.81
%63.10

CMYK Percentages of Color #7812ec

%49
%92
%0
%7

Triadic Colors of #7812ec

#7812ec #ec7812 #12ec78

Analogous Colors of #7812ec

#7812ec #e512ec #1219ec

Monochromatic Colors of #7812ec

#7812ec

Complementary Color

#7812ec #86ec12

#7812ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7812ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7812ec Color CSS Codes

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

#7812ec Text Font Color

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

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


#7812ec Background Color

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

This div background color is #7812ec


#7812ec Border Color

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

This div border color is #7812ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7812ec


Comments

No comments written yet.

Please login to write comment.