Color Hex Logo

#78658a Color Hex

#78658A
(120,101,138)
0 Favorites   0 Comments

Color spaces of #78658a

RGB 120101138
HSL0.750.150.47
HSV271°27°54°
CMYK 0.130.270.00   0.46
XYZ16.986915.135426.0709
Yxy15.13540.29190.2601
Hunter Lab38.90429.8567-12.4990
CIE-Lab45.819115.1790-17.6078

#78658a color RGB value is (120,101,138).

#78658a hex color red value is 120, green value is 101 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #78658a hue: 0.75 , saturation: 0.15 and the lightness value of 78658a is 0.47.

The process color (four color CMYK) of #78658a color hex is 0.13, 0.27, 0.00, 0.46. Web safe color of #78658a is #666699. Color #78658a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100101 10001010
Octal 170 145 212
Decimal 120 101 138
Hex 78 65 8A

RGB Percentages of Color #78658a

%33.43
%28.13
%38.44

CMYK Percentages of Color #78658a

%13
%27
%0
%46

Triadic Colors of #78658a

#78658a #8a7865 #658a78

Analogous Colors of #78658a

#78658a #8a658a #66658a

Monochromatic Colors of #78658a

#78658a

Complementary Color

#78658a #778a65

#78658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78658a Color CSS Codes

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

#78658a Text Font Color

<p style="color:#78658a">Text here</p>

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


#78658a Background Color

<div style="background-color:#78658a">
Div content here</div>

This div background color is #78658a


#78658a Border Color

<div style="border:3px solid #78658a">
Div here</div>

This div border color is #78658a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,101,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78658a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78658a;
  -webkit-box-shadow: 1px 1px 3px 2px #78658a;
  box-shadow:         1px 1px 3px 2px #78658a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78658a


Comments

No comments written yet.

Please login to write comment.