Color Hex Logo

#782ddb Color Hex

#782DDB
(120,45,219)
0 Favorites   0 Comments

Color spaces of #782ddb

RGB 12045219
HSL0.740.710.52
HSV266°79°86°
CMYK 0.450.790.00   0.14
XYZ21.470310.984368.0064
Yxy10.98430.21370.1093
Hunter Lab33.142657.6357-98.4594
CIE-Lab39.554065.0542-75.1767

#782ddb color RGB value is (120,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101101 11011011
Octal 170 55 333
Decimal 120 45 219
Hex 78 2D DB

RGB Percentages of Color #782ddb

%31.25
%11.72
%57.03

CMYK Percentages of Color #782ddb

%45
%79
%0
%14

Triadic Colors of #782ddb

#782ddb #db782d #2ddb78

Analogous Colors of #782ddb

#782ddb #cf2ddb #2d39db

Monochromatic Colors of #782ddb

#782ddb

Complementary Color

#782ddb #90db2d

#782ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#782ddb Color CSS Codes

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

#782ddb Text Font Color

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

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


#782ddb Background Color

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

This div background color is #782ddb


#782ddb Border Color

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

This div border color is #782ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782ddb


Comments

No comments written yet.

Please login to write comment.