Color Hex Logo

#78068c Color Hex

#78068C
(120,6,140)
0 Favorites   0 Comments

Color spaces of #78068c

RGB 1206140
HSL0.810.920.29
HSV291°96°55°
CMYK 0.140.960.00   0.45
XYZ12.54456.016825.3111
Yxy6.01680.28590.1371
Hunter Lab24.529248.3609-44.0096
CIE-Lab29.454858.6447-44.6037

#78068c color RGB value is (120,6,140).

#78068c hex color red value is 120, green value is 6 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #78068c hue: 0.81 , saturation: 0.92 and the lightness value of 78068c is 0.29.

The process color (four color CMYK) of #78068c color hex is 0.14, 0.96, 0.00, 0.45. Web safe color of #78068c is #660099. Color #78068c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 10001100
Octal 170 6 214
Decimal 120 6 140
Hex 78 6 8C

RGB Percentages of Color #78068c

%45.11
%2.26
%52.63

CMYK Percentages of Color #78068c

%14
%96
%0
%45

Triadic Colors of #78068c

#78068c #8c7806 #068c78

Analogous Colors of #78068c

#78068c #8c065d #35068c

Monochromatic Colors of #78068c

#78068c

Complementary Color

#78068c #1a8c06

#78068c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78068c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78068c Color CSS Codes

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

#78068c Text Font Color

<p style="color:#78068c">Text here</p>

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


#78068c Background Color

<div style="background-color:#78068c">
Div content here</div>

This div background color is #78068c


#78068c Border Color

<div style="border:3px solid #78068c">
Div here</div>

This div border color is #78068c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,6,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78068c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78068c;
  -webkit-box-shadow: 1px 1px 3px 2px #78068c;
  box-shadow:         1px 1px 3px 2px #78068c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78068c


Comments

No comments written yet.

Please login to write comment.