Color Hex Logo

#78347d Color Hex

#78347D
(120,52,125)
0 Favorites   0 Comments

Color spaces of #78347d

RGB 12052125
HSL0.820.410.35
HSV296°58°49°
CMYK 0.040.580.00   0.51
XYZ12.67547.929720.2646
Yxy7.92970.31010.1940
Hunter Lab28.159731.0678-22.9551
CIE-Lab33.836040.6425-28.2644

#78347d color RGB value is (120,52,125).

#78347d hex color red value is 120, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #78347d hue: 0.82 , saturation: 0.41 and the lightness value of 78347d is 0.35.

The process color (four color CMYK) of #78347d color hex is 0.04, 0.58, 0.00, 0.51. Web safe color of #78347d is #663366. Color #78347d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110100 01111101
Octal 170 64 175
Decimal 120 52 125
Hex 78 34 7D

RGB Percentages of Color #78347d

%40.40
%17.51
%42.09

CMYK Percentages of Color #78347d

%4
%58
%0
%51

Triadic Colors of #78347d

#78347d #7d7834 #347d78

Analogous Colors of #78347d

#78347d #7d345e #54347d

Monochromatic Colors of #78347d

#78347d

Complementary Color

#78347d #397d34

#78347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78347d Color CSS Codes

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

#78347d Text Font Color

<p style="color:#78347d">Text here</p>

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


#78347d Background Color

<div style="background-color:#78347d">
Div content here</div>

This div background color is #78347d


#78347d Border Color

<div style="border:3px solid #78347d">
Div here</div>

This div border color is #78347d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,52,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78347d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78347d;
  -webkit-box-shadow: 1px 1px 3px 2px #78347d;
  box-shadow:         1px 1px 3px 2px #78347d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78347d


Comments

No comments written yet.

Please login to write comment.