Color Hex Logo

#78228b Color Hex

#78228B
(120,34,139)
0 Favorites   0 Comments

Color spaces of #78228b

RGB 12034139
HSL0.800.610.34
HSV289°76°55°
CMYK 0.140.760.00   0.45
XYZ12.97807.001225.0935
Yxy7.00120.28790.1553
Hunter Lab26.459841.2461-37.7066
CIE-Lab31.809651.3939-40.1903

#78228b color RGB value is (120,34,139).

#78228b hex color red value is 120, green value is 34 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #78228b hue: 0.80 , saturation: 0.61 and the lightness value of 78228b is 0.34.

The process color (four color CMYK) of #78228b color hex is 0.14, 0.76, 0.00, 0.45. Web safe color of #78228b is #663399. Color #78228b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100010 10001011
Octal 170 42 213
Decimal 120 34 139
Hex 78 22 8B

RGB Percentages of Color #78228b

%40.96
%11.60
%47.44

CMYK Percentages of Color #78228b

%14
%76
%0
%45

Triadic Colors of #78228b

#78228b #8b7822 #228b78

Analogous Colors of #78228b

#78228b #8b226a #43228b

Monochromatic Colors of #78228b

#78228b

Complementary Color

#78228b #358b22

#78228b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78228b Color Preview on White Background

Lorem ipsum dolor sit amet.

#78228b Color CSS Codes

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

#78228b Text Font Color

<p style="color:#78228b">Text here</p>

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


#78228b Background Color

<div style="background-color:#78228b">
Div content here</div>

This div background color is #78228b


#78228b Border Color

<div style="border:3px solid #78228b">
Div here</div>

This div border color is #78228b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,34,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78228b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78228b;
  -webkit-box-shadow: 1px 1px 3px 2px #78228b;
  box-shadow:         1px 1px 3px 2px #78228b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78228b


Comments

No comments written yet.

Please login to write comment.