Color Hex Logo

#783ce5 Color Hex

#783CE5
(120,60,229)
0 Favorites   0 Comments

Color spaces of #783ce5

RGB 12060229
HSL0.730.760.57
HSV261°74°90°
CMYK 0.480.740.00   0.10
XYZ23.504412.881975.3764
Yxy12.88190.21030.1153
Hunter Lab35.891454.0855-99.3925
CIE-Lab42.584861.3185-75.9165

#783ce5 color RGB value is (120,60,229).

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

The process color (four color CMYK) of #783ce5 color hex is 0.48, 0.74, 0.00, 0.10. Web safe color of #783ce5 is #6633cc. Color #783ce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 11100101
Octal 170 74 345
Decimal 120 60 229
Hex 78 3C E5

RGB Percentages of Color #783ce5

%29.34
%14.67
%55.99

CMYK Percentages of Color #783ce5

%48
%74
%0
%10

Triadic Colors of #783ce5

#783ce5 #e5783c #3ce578

Analogous Colors of #783ce5

#783ce5 #cd3ce5 #3c54e5

Monochromatic Colors of #783ce5

#783ce5

Complementary Color

#783ce5 #a9e53c

#783ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783ce5 Color CSS Codes

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

#783ce5 Text Font Color

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

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


#783ce5 Background Color

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

This div background color is #783ce5


#783ce5 Border Color

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

This div border color is #783ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783ce5


Comments

No comments written yet.

Please login to write comment.