Color Hex Logo

#78407d Color Hex

#78407D
(120,64,125)
0 Favorites   0 Comments

Color spaces of #78407d

RGB 12064125
HSL0.820.320.37
HSV295°49°49°
CMYK 0.040.490.00   0.51
XYZ13.28089.140520.4664
Yxy9.14050.30970.2131
Hunter Lab30.233325.5029-18.9731
CIE-Lab36.253434.2267-24.4743

#78407d color RGB value is (120,64,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 01111101
Octal 170 100 175
Decimal 120 64 125
Hex 78 40 7D

RGB Percentages of Color #78407d

%38.83
%20.71
%40.45

CMYK Percentages of Color #78407d

%4
%49
%0
%51

Triadic Colors of #78407d

#78407d #7d7840 #407d78

Analogous Colors of #78407d

#78407d #7d4064 #59407d

Monochromatic Colors of #78407d

#78407d

Complementary Color

#78407d #457d40

#78407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78407d Color CSS Codes

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

#78407d Text Font Color

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

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


#78407d Background Color

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

This div background color is #78407d


#78407d Border Color

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

This div border color is #78407d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,64,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 #78407d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78407d


Comments

No comments written yet.

Please login to write comment.