Color Hex Logo

#78387d Color Hex

#78387D
(120,56,125)
0 Favorites   0 Comments

Color spaces of #78387d

RGB 12056125
HSL0.820.380.35
HSV296°55°49°
CMYK 0.040.550.00   0.51
XYZ12.86168.302120.3266
Yxy8.30210.31000.2001
Hunter Lab28.813429.2548-21.6572
CIE-Lab34.604338.5759-27.0561

#78387d color RGB value is (120,56,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111000 01111101
Octal 170 70 175
Decimal 120 56 125
Hex 78 38 7D

RGB Percentages of Color #78387d

%39.87
%18.60
%41.53

CMYK Percentages of Color #78387d

%4
%55
%0
%51

Triadic Colors of #78387d

#78387d #7d7838 #387d78

Analogous Colors of #78387d

#78387d #7d385f #56387d

Monochromatic Colors of #78387d

#78387d

Complementary Color

#78387d #3d7d38

#78387d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78387d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78387d Color CSS Codes

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

#78387d Text Font Color

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

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


#78387d Background Color

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

This div background color is #78387d


#78387d Border Color

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

This div border color is #78387d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78387d


Comments

No comments written yet.

Please login to write comment.