Color Hex Logo

#78277d Color Hex

#78277D
(120,39,125)
0 Favorites   0 Comments

Color spaces of #78277d

RGB 12039125
HSL0.820.520.32
HSV297°69°49°
CMYK 0.040.690.00   0.51
XYZ12.17296.924820.0971
Yxy6.92480.31060.1767
Hunter Lab26.315036.5199-26.8600
CIE-Lab31.635146.7080-31.7436

#78277d color RGB value is (120,39,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100111 01111101
Octal 170 47 175
Decimal 120 39 125
Hex 78 27 7D

RGB Percentages of Color #78277d

%42.25
%13.73
%44.01

CMYK Percentages of Color #78277d

%4
%69
%0
%51

Triadic Colors of #78277d

#78277d #7d7827 #277d78

Analogous Colors of #78277d

#78277d #7d2757 #4d277d

Monochromatic Colors of #78277d

#78277d

Complementary Color

#78277d #2c7d27

#78277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78277d Color CSS Codes

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

#78277d Text Font Color

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

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


#78277d Background Color

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

This div background color is #78277d


#78277d Border Color

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

This div border color is #78277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78277d


Comments

No comments written yet.

Please login to write comment.