Color Hex Logo

#784fba Color Hex

#784FBA
(120,79,186)
0 Favorites   0 Comments

Color spaces of #784fba

RGB 12079186
HSL0.730.440.52
HSV263°58°73°
CMYK 0.350.580.00   0.27
XYZ19.404613.130247.9660
Yxy13.13020.24100.1631
Hunter Lab36.235632.1765-53.1187
CIE-Lab42.958840.2816-50.5259

#784fba color RGB value is (120,79,186).

#784fba hex color red value is 120, green value is 79 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #784fba hue: 0.73 , saturation: 0.44 and the lightness value of 784fba is 0.52.

The process color (four color CMYK) of #784fba color hex is 0.35, 0.58, 0.00, 0.27. Web safe color of #784fba is #6666cc. Color #784fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001111 10111010
Octal 170 117 272
Decimal 120 79 186
Hex 78 4F BA

RGB Percentages of Color #784fba

%31.17
%20.52
%48.31

CMYK Percentages of Color #784fba

%35
%58
%0
%27

Triadic Colors of #784fba

#784fba #ba784f #4fba78

Analogous Colors of #784fba

#784fba #ae4fba #4f5cba

Monochromatic Colors of #784fba

#784fba

Complementary Color

#784fba #91ba4f

#784fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#784fba Color CSS Codes

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

#784fba Text Font Color

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

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


#784fba Background Color

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

This div background color is #784fba


#784fba Border Color

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

This div border color is #784fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784fba


Comments

No comments written yet.

Please login to write comment.