Color Hex Logo

#784adb Color Hex

#784ADB
(120,74,219)
0 Favorites   0 Comments

Color spaces of #784adb

RGB 12074219
HSL0.720.670.57
HSV259°66°86°
CMYK 0.450.660.00   0.14
XYZ22.980714.005168.5099
Yxy14.00510.21780.1328
Hunter Lab37.423444.1211-82.3441
CIE-Lab44.240251.8344-67.5179

#784adb color RGB value is (120,74,219).

#784adb hex color red value is 120, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #784adb hue: 0.72 , saturation: 0.67 and the lightness value of 784adb is 0.57.

The process color (four color CMYK) of #784adb color hex is 0.45, 0.66, 0.00, 0.14. Web safe color of #784adb is #6633cc. Color #784adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001010 11011011
Octal 170 112 333
Decimal 120 74 219
Hex 78 4A DB

RGB Percentages of Color #784adb

%29.06
%17.92
%53.03

CMYK Percentages of Color #784adb

%45
%66
%0
%14

Triadic Colors of #784adb

#784adb #db784a #4adb78

Analogous Colors of #784adb

#784adb #c14adb #4a65db

Monochromatic Colors of #784adb

#784adb

Complementary Color

#784adb #addb4a

#784adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#784adb Color CSS Codes

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

#784adb Text Font Color

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

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


#784adb Background Color

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

This div background color is #784adb


#784adb Border Color

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

This div border color is #784adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784adb


Comments

No comments written yet.

Please login to write comment.