Color Hex Logo

#783edb Color Hex

#783EDB
(120,62,219)
0 Favorites   0 Comments

Color spaces of #783edb

RGB 12062219
HSL0.730.690.55
HSV262°72°86°
CMYK 0.450.720.00   0.14
XYZ22.254512.552868.2678
Yxy12.55280.21590.1218
Hunter Lab35.429950.1183-89.4414
CIE-Lab42.081557.8228-71.0377

#783edb color RGB value is (120,62,219).

#783edb hex color red value is 120, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #783edb hue: 0.73 , saturation: 0.69 and the lightness value of 783edb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111110 11011011
Octal 170 76 333
Decimal 120 62 219
Hex 78 3E DB

RGB Percentages of Color #783edb

%29.93
%15.46
%54.61

CMYK Percentages of Color #783edb

%45
%72
%0
%14

Triadic Colors of #783edb

#783edb #db783e #3edb78

Analogous Colors of #783edb

#783edb #c73edb #3e53db

Monochromatic Colors of #783edb

#783edb

Complementary Color

#783edb #a1db3e

#783edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#783edb Color CSS Codes

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

#783edb Text Font Color

<p style="color:#783edb">Text here</p>

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


#783edb Background Color

<div style="background-color:#783edb">
Div content here</div>

This div background color is #783edb


#783edb Border Color

<div style="border:3px solid #783edb">
Div here</div>

This div border color is #783edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783edb


Comments

No comments written yet.

Please login to write comment.