Color Hex Logo

#785fdb Color Hex

#785FDB
(120,95,219)
0 Favorites   0 Comments

Color spaces of #785fdb

RGB 12095219
HSL0.700.630.62
HSV252°57°86°
CMYK 0.450.570.00   0.14
XYZ24.624117.292069.0577
Yxy17.29200.22190.1558
Hunter Lab41.583732.9289-69.3540
CIE-Lab48.625940.1857-60.4120

#785fdb color RGB value is (120,95,219).

#785fdb hex color red value is 120, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #785fdb hue: 0.70 , saturation: 0.63 and the lightness value of 785fdb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011111 11011011
Octal 170 137 333
Decimal 120 95 219
Hex 78 5F DB

RGB Percentages of Color #785fdb

%27.65
%21.89
%50.46

CMYK Percentages of Color #785fdb

%45
%57
%0
%14

Triadic Colors of #785fdb

#785fdb #db785f #5fdb78

Analogous Colors of #785fdb

#785fdb #b65fdb #5f84db

Monochromatic Colors of #785fdb

#785fdb

Complementary Color

#785fdb #c2db5f

#785fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#785fdb Color CSS Codes

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

#785fdb Text Font Color

<p style="color:#785fdb">Text here</p>

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


#785fdb Background Color

<div style="background-color:#785fdb">
Div content here</div>

This div background color is #785fdb


#785fdb Border Color

<div style="border:3px solid #785fdb">
Div here</div>

This div border color is #785fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785fdb


Comments

No comments written yet.

Please login to write comment.