Color Hex Logo

#784a93 Color Hex

#784A93
(120,74,147)
0 Favorites   0 Comments

Color spaces of #784a93

RGB 12074147
HSL0.770.330.43
HSV278°50°58°
CMYK 0.180.500.00   0.42
XYZ15.461010.997228.9116
Yxy10.99720.27920.1986
Hunter Lab33.162025.1878-28.4773
CIE-Lab39.575833.3909-32.7283

#784a93 color RGB value is (120,74,147).

#784a93 hex color red value is 120, green value is 74 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #784a93 hue: 0.77 , saturation: 0.33 and the lightness value of 784a93 is 0.43.

The process color (four color CMYK) of #784a93 color hex is 0.18, 0.50, 0.00, 0.42. Web safe color of #784a93 is #663399. Color #784a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001010 10010011
Octal 170 112 223
Decimal 120 74 147
Hex 78 4A 93

RGB Percentages of Color #784a93

%35.19
%21.70
%43.11

CMYK Percentages of Color #784a93

%18
%50
%0
%42

Triadic Colors of #784a93

#784a93 #93784a #4a9378

Analogous Colors of #784a93

#784a93 #934a8a #544a93

Monochromatic Colors of #784a93

#784a93

Complementary Color

#784a93 #65934a

#784a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784a93 Color CSS Codes

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

#784a93 Text Font Color

<p style="color:#784a93">Text here</p>

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


#784a93 Background Color

<div style="background-color:#784a93">
Div content here</div>

This div background color is #784a93


#784a93 Border Color

<div style="border:3px solid #784a93">
Div here</div>

This div border color is #784a93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,74,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #784a93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #784a93;
  -webkit-box-shadow: 1px 1px 3px 2px #784a93;
  box-shadow:         1px 1px 3px 2px #784a93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784a93


Comments

No comments written yet.

Please login to write comment.