Color Hex Logo

#784da9 Color Hex

#784DA9
(120,77,169)
0 Favorites   0 Comments

Color spaces of #784da9

RGB 12077169
HSL0.740.370.48
HSV268°54°66°
CMYK 0.290.540.00   0.34
XYZ17.561012.165438.9587
Yxy12.16540.25570.1771
Hunter Lab34.878928.8338-41.8099
CIE-Lab41.477837.0292-42.8861

#784da9 color RGB value is (120,77,169).

#784da9 hex color red value is 120, green value is 77 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #784da9 hue: 0.74 , saturation: 0.37 and the lightness value of 784da9 is 0.48.

The process color (four color CMYK) of #784da9 color hex is 0.29, 0.54, 0.00, 0.34. Web safe color of #784da9 is #666699. Color #784da9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001101 10101001
Octal 170 115 251
Decimal 120 77 169
Hex 78 4D A9

RGB Percentages of Color #784da9

%32.79
%21.04
%46.17

CMYK Percentages of Color #784da9

%29
%54
%0
%34

Triadic Colors of #784da9

#784da9 #a9784d #4da978

Analogous Colors of #784da9

#784da9 #a64da9 #4d50a9

Monochromatic Colors of #784da9

#784da9

Complementary Color

#784da9 #7ea94d

#784da9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784da9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784da9 Color CSS Codes

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

#784da9 Text Font Color

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

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


#784da9 Background Color

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

This div background color is #784da9


#784da9 Border Color

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

This div border color is #784da9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784da9


Comments

No comments written yet.

Please login to write comment.