Color Hex Logo

#78358a Color Hex

#78358A
(120,53,138)
0 Favorites   0 Comments

Color spaces of #78358a

RGB 12053138
HSL0.800.450.37
HSV287°62°54°
CMYK 0.130.620.00   0.46
XYZ13.60638.374324.9440
Yxy8.37430.29000.1785
Hunter Lab28.938433.2853-30.8493
CIE-Lab34.750642.8071-34.8757

#78358a color RGB value is (120,53,138).

#78358a hex color red value is 120, green value is 53 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #78358a hue: 0.80 , saturation: 0.45 and the lightness value of 78358a is 0.37.

The process color (four color CMYK) of #78358a color hex is 0.13, 0.62, 0.00, 0.46. Web safe color of #78358a is #663399. Color #78358a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110101 10001010
Octal 170 65 212
Decimal 120 53 138
Hex 78 35 8A

RGB Percentages of Color #78358a

%38.59
%17.04
%44.37

CMYK Percentages of Color #78358a

%13
%62
%0
%46

Triadic Colors of #78358a

#78358a #8a7835 #358a78

Analogous Colors of #78358a

#78358a #8a3572 #4e358a

Monochromatic Colors of #78358a

#78358a

Complementary Color

#78358a #478a35

#78358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78358a Color CSS Codes

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

#78358a Text Font Color

<p style="color:#78358a">Text here</p>

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


#78358a Background Color

<div style="background-color:#78358a">
Div content here</div>

This div background color is #78358a


#78358a Border Color

<div style="border:3px solid #78358a">
Div here</div>

This div border color is #78358a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,53,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78358a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78358a;
  -webkit-box-shadow: 1px 1px 3px 2px #78358a;
  box-shadow:         1px 1px 3px 2px #78358a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78358a


Comments

No comments written yet.

Please login to write comment.