Color Hex Logo

#783cdb Color Hex

#783CDB
(120,60,219)
0 Favorites   0 Comments

Color spaces of #783cdb

RGB 12060219
HSL0.730.690.55
HSV263°73°86°
CMYK 0.450.730.00   0.14
XYZ22.147812.339368.2322
Yxy12.33930.21560.1201
Hunter Lab35.127351.0715-90.5772
CIE-Lab41.750458.7570-71.5789

#783cdb color RGB value is (120,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 11011011
Octal 170 74 333
Decimal 120 60 219
Hex 78 3C DB

RGB Percentages of Color #783cdb

%30.08
%15.04
%54.89

CMYK Percentages of Color #783cdb

%45
%73
%0
%14

Triadic Colors of #783cdb

#783cdb #db783c #3cdb78

Analogous Colors of #783cdb

#783cdb #c83cdb #3c4fdb

Monochromatic Colors of #783cdb

#783cdb

Complementary Color

#783cdb #9fdb3c

#783cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#783cdb Color CSS Codes

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

#783cdb Text Font Color

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

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


#783cdb Background Color

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

This div background color is #783cdb


#783cdb Border Color

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

This div border color is #783cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783cdb


Comments

No comments written yet.

Please login to write comment.