Color Hex Logo

#78338c Color Hex

#78338C
(120,51,140)
0 Favorites   0 Comments

Color spaces of #78338c

RGB 12051140
HSL0.800.470.37
HSV287°64°55°
CMYK 0.140.640.00   0.45
XYZ13.66328.254225.6840
Yxy8.25420.28700.1734
Hunter Lab28.730134.6116-32.8927
CIE-Lab34.506844.2220-36.4944

#78338c color RGB value is (120,51,140).

#78338c hex color red value is 120, green value is 51 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #78338c hue: 0.80 , saturation: 0.47 and the lightness value of 78338c is 0.37.

The process color (four color CMYK) of #78338c color hex is 0.14, 0.64, 0.00, 0.45. Web safe color of #78338c is #663399. Color #78338c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110011 10001100
Octal 170 63 214
Decimal 120 51 140
Hex 78 33 8C

RGB Percentages of Color #78338c

%38.59
%16.40
%45.02

CMYK Percentages of Color #78338c

%14
%64
%0
%45

Triadic Colors of #78338c

#78338c #8c7833 #338c78

Analogous Colors of #78338c

#78338c #8c3374 #4c338c

Monochromatic Colors of #78338c

#78338c

Complementary Color

#78338c #478c33

#78338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78338c Color CSS Codes

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

#78338c Text Font Color

<p style="color:#78338c">Text here</p>

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


#78338c Background Color

<div style="background-color:#78338c">
Div content here</div>

This div background color is #78338c


#78338c Border Color

<div style="border:3px solid #78338c">
Div here</div>

This div border color is #78338c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,51,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78338c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78338c;
  -webkit-box-shadow: 1px 1px 3px 2px #78338c;
  box-shadow:         1px 1px 3px 2px #78338c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78338c


Comments

No comments written yet.

Please login to write comment.