Color Hex Logo

#783cda Color Hex

#783CDA
(120,60,218)
0 Favorites   0 Comments

Color spaces of #783cda

RGB 12060218
HSL0.730.680.55
HSV263°72°85°
CMYK 0.450.720.00   0.15
XYZ22.016512.286767.5408
Yxy12.28670.21620.1206
Hunter Lab35.052450.7746-89.7064
CIE-Lab41.668258.5020-71.1405

#783cda color RGB value is (120,60,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 11011010
Octal 170 74 332
Decimal 120 60 218
Hex 78 3C DA

RGB Percentages of Color #783cda

%30.15
%15.08
%54.77

CMYK Percentages of Color #783cda

%45
%72
%0
%15

Triadic Colors of #783cda

#783cda #da783c #3cda78

Analogous Colors of #783cda

#783cda #c73cda #3c4fda

Monochromatic Colors of #783cda

#783cda

Complementary Color

#783cda #9eda3c

#783cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#783cda Color CSS Codes

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

#783cda Text Font Color

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

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


#783cda Background Color

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

This div background color is #783cda


#783cda Border Color

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

This div border color is #783cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783cda


Comments

No comments written yet.

Please login to write comment.