Color Hex Logo

#783ced Color Hex

#783CED
(120,60,237)
0 Favorites   0 Comments

Color spaces of #783ced

RGB 12060237
HSL0.720.830.58
HSV260°75°93°
CMYK 0.490.750.00   0.07
XYZ24.647613.339281.3964
Yxy13.33920.20650.1117
Hunter Lab36.522956.5464-106.5702
CIE-Lab43.270063.3729-79.3251

#783ced color RGB value is (120,60,237).

#783ced hex color red value is 120, green value is 60 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #783ced hue: 0.72 , saturation: 0.83 and the lightness value of 783ced is 0.58.

The process color (four color CMYK) of #783ced color hex is 0.49, 0.75, 0.00, 0.07. Web safe color of #783ced is #6633ff. Color #783ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 11101101
Octal 170 74 355
Decimal 120 60 237
Hex 78 3C ED

RGB Percentages of Color #783ced

%28.78
%14.39
%56.83

CMYK Percentages of Color #783ced

%49
%75
%0
%7

Triadic Colors of #783ced

#783ced #ed783c #3ced78

Analogous Colors of #783ced

#783ced #d13ced #3c59ed

Monochromatic Colors of #783ced

#783ced

Complementary Color

#783ced #b1ed3c

#783ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#783ced Color CSS Codes

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

#783ced Text Font Color

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

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


#783ced Background Color

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

This div background color is #783ced


#783ced Border Color

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

This div border color is #783ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783ced


Comments

No comments written yet.

Please login to write comment.