Color Hex Logo

#78126f Color Hex

#78126F
(120,18,111)
0 Favorites   0 Comments

Color spaces of #78126f

RGB 12018111
HSL0.850.740.27
HSV305°85°47°
CMYK 0.000.850.08   0.53
XYZ10.83135.573415.5438
Yxy5.57340.33900.1744
Hunter Lab23.608040.5812-22.5116
CIE-Lab28.309651.4204-28.1312

#78126f color RGB value is (120,18,111).

#78126f hex color red value is 120, green value is 18 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #78126f hue: 0.85 , saturation: 0.74 and the lightness value of 78126f is 0.27.

The process color (four color CMYK) of #78126f color hex is 0.00, 0.85, 0.08, 0.53. Web safe color of #78126f is #660066. Color #78126f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010010 01101111
Octal 170 22 157
Decimal 120 18 111
Hex 78 12 6F

RGB Percentages of Color #78126f

%48.19
%7.23
%44.58

CMYK Percentages of Color #78126f

%0
%85
%8
%53

Triadic Colors of #78126f

#78126f #6f7812 #126f78

Analogous Colors of #78126f

#78126f #78123c #4e1278

Monochromatic Colors of #78126f

#78126f

Complementary Color

#78126f #12781b

#78126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78126f Color CSS Codes

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

#78126f Text Font Color

<p style="color:#78126f">Text here</p>

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


#78126f Background Color

<div style="background-color:#78126f">
Div content here</div>

This div background color is #78126f


#78126f Border Color

<div style="border:3px solid #78126f">
Div here</div>

This div border color is #78126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78126f


Comments

No comments written yet.

Please login to write comment.