Color Hex Logo

#78568e Color Hex

#78568E
(120,86,142)
0 Favorites   0 Comments

Color spaces of #78568e

RGB 12086142
HSL0.770.250.45
HSV276°39°56°
CMYK 0.150.390.00   0.44
XYZ15.956012.601627.1826
Yxy12.60160.28630.2261
Hunter Lab35.498718.1095-20.5513
CIE-Lab42.156725.1484-25.6630

#78568e color RGB value is (120,86,142).

#78568e hex color red value is 120, green value is 86 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #78568e hue: 0.77 , saturation: 0.25 and the lightness value of 78568e is 0.45.

The process color (four color CMYK) of #78568e color hex is 0.15, 0.39, 0.00, 0.44. Web safe color of #78568e is #666699. Color #78568e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010110 10001110
Octal 170 126 216
Decimal 120 86 142
Hex 78 56 8E

RGB Percentages of Color #78568e

%34.48
%24.71
%40.80

CMYK Percentages of Color #78568e

%15
%39
%0
%44

Triadic Colors of #78568e

#78568e #8e7856 #568e78

Analogous Colors of #78568e

#78568e #8e5688 #5c568e

Monochromatic Colors of #78568e

#78568e

Complementary Color

#78568e #6c8e56

#78568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78568e Color CSS Codes

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

#78568e Text Font Color

<p style="color:#78568e">Text here</p>

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


#78568e Background Color

<div style="background-color:#78568e">
Div content here</div>

This div background color is #78568e


#78568e Border Color

<div style="border:3px solid #78568e">
Div here</div>

This div border color is #78568e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,86,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78568e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78568e;
  -webkit-box-shadow: 1px 1px 3px 2px #78568e;
  box-shadow:         1px 1px 3px 2px #78568e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78568e


Comments

No comments written yet.

Please login to write comment.