Color Hex Logo

#784ddb Color Hex

#784DDB
(120,77,219)
0 Favorites   0 Comments

Color spaces of #784ddb

RGB 12077219
HSL0.720.660.58
HSV258°65°86°
CMYK 0.450.650.00   0.14
XYZ23.185814.415368.5782
Yxy14.41530.21840.1358
Hunter Lab37.967542.5624-80.5144
CIE-Lab44.822750.2476-66.5705

#784ddb color RGB value is (120,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001101 11011011
Octal 170 115 333
Decimal 120 77 219
Hex 78 4D DB

RGB Percentages of Color #784ddb

%28.85
%18.51
%52.64

CMYK Percentages of Color #784ddb

%45
%65
%0
%14

Triadic Colors of #784ddb

#784ddb #db784d #4ddb78

Analogous Colors of #784ddb

#784ddb #bf4ddb #4d69db

Monochromatic Colors of #784ddb

#784ddb

Complementary Color

#784ddb #b0db4d

#784ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#784ddb Color CSS Codes

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

#784ddb Text Font Color

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

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


#784ddb Background Color

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

This div background color is #784ddb


#784ddb Border Color

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

This div border color is #784ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,77,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 #784ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784ddb


Comments

No comments written yet.

Please login to write comment.