Color Hex Logo

#783aea Color Hex

#783AEA
(120,58,234)
0 Favorites   0 Comments

Color spaces of #783aea

RGB 12058234
HSL0.730.810.57
HSV261°75°92°
CMYK 0.490.750.00   0.08
XYZ24.110112.959779.0726
Yxy12.95970.20760.1116
Hunter Lab35.999656.5480-105.0300
CIE-Lab42.702563.4842-78.5595

#783aea color RGB value is (120,58,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 11101010
Octal 170 72 352
Decimal 120 58 234
Hex 78 3A EA

RGB Percentages of Color #783aea

%29.13
%14.08
%56.80

CMYK Percentages of Color #783aea

%49
%75
%0
%8

Triadic Colors of #783aea

#783aea #ea783a #3aea78

Analogous Colors of #783aea

#783aea #d03aea #3a54ea

Monochromatic Colors of #783aea

#783aea

Complementary Color

#783aea #acea3a

#783aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#783aea Color CSS Codes

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

#783aea Text Font Color

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

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


#783aea Background Color

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

This div background color is #783aea


#783aea Border Color

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

This div border color is #783aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783aea


Comments

No comments written yet.

Please login to write comment.