Color Hex Logo

#783cbe Color Hex

#783CBE
(120,60,190)
0 Favorites   0 Comments

Color spaces of #783cbe

RGB 12060190
HSL0.740.520.49
HSV268°68°75°
CMYK 0.370.680.00   0.25
XYZ18.655910.942549.8440
Yxy10.94250.23480.1377
Hunter Lab33.079442.7801-66.1824
CIE-Lab39.483551.4251-58.4785

#783cbe color RGB value is (120,60,190).

#783cbe hex color red value is 120, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #783cbe hue: 0.74 , saturation: 0.52 and the lightness value of 783cbe is 0.49.

The process color (four color CMYK) of #783cbe color hex is 0.37, 0.68, 0.00, 0.25. Web safe color of #783cbe is #6633cc. Color #783cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 10111110
Octal 170 74 276
Decimal 120 60 190
Hex 78 3C BE

RGB Percentages of Color #783cbe

%32.43
%16.22
%51.35

CMYK Percentages of Color #783cbe

%37
%68
%0
%25

Triadic Colors of #783cbe

#783cbe #be783c #3cbe78

Analogous Colors of #783cbe

#783cbe #b93cbe #3c41be

Monochromatic Colors of #783cbe

#783cbe

Complementary Color

#783cbe #82be3c

#783cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#783cbe Color CSS Codes

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

#783cbe Text Font Color

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

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


#783cbe Background Color

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

This div background color is #783cbe


#783cbe Border Color

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

This div border color is #783cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,60,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #783cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783cbe


Comments

No comments written yet.

Please login to write comment.