Color Hex Logo

#782fdb Color Hex

#782FDB
(120,47,219)
0 Favorites   0 Comments

Color spaces of #782fdb

RGB 12047219
HSL0.740.700.52
HSV265°79°86°
CMYK 0.450.790.00   0.14
XYZ21.548411.140668.0325
Yxy11.14060.21390.1106
Hunter Lab33.377556.8282-97.4849
CIE-Lab39.816364.2926-74.7464

#782fdb color RGB value is (120,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101111 11011011
Octal 170 57 333
Decimal 120 47 219
Hex 78 2F DB

RGB Percentages of Color #782fdb

%31.09
%12.18
%56.74

CMYK Percentages of Color #782fdb

%45
%79
%0
%14

Triadic Colors of #782fdb

#782fdb #db782f #2fdb78

Analogous Colors of #782fdb

#782fdb #ce2fdb #2f3cdb

Monochromatic Colors of #782fdb

#782fdb

Complementary Color

#782fdb #92db2f

#782fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#782fdb Color CSS Codes

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

#782fdb Text Font Color

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

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


#782fdb Background Color

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

This div background color is #782fdb


#782fdb Border Color

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

This div border color is #782fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782fdb


Comments

No comments written yet.

Please login to write comment.