Color Hex Logo

#782eea Color Hex

#782EEA
(120,46,234)
0 Favorites   0 Comments

Color spaces of #782eea

RGB 12046234
HSL0.730.820.55
HSV264°80°92°
CMYK 0.490.800.00   0.08
XYZ23.574011.887678.8939
Yxy11.88760.20610.1040
Hunter Lab34.478461.7090-111.5332
CIE-Lab41.036968.2997-81.2955

#782eea color RGB value is (120,46,234).

#782eea hex color red value is 120, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #782eea hue: 0.73 , saturation: 0.82 and the lightness value of 782eea is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101110 11101010
Octal 170 56 352
Decimal 120 46 234
Hex 78 2E EA

RGB Percentages of Color #782eea

%30.00
%11.50
%58.50

CMYK Percentages of Color #782eea

%49
%80
%0
%8

Triadic Colors of #782eea

#782eea #ea782e #2eea78

Analogous Colors of #782eea

#782eea #d62eea #2e42ea

Monochromatic Colors of #782eea

#782eea

Complementary Color

#782eea #a0ea2e

#782eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#782eea Color CSS Codes

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

#782eea Text Font Color

<p style="color:#782eea">Text here</p>

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


#782eea Background Color

<div style="background-color:#782eea">
Div content here</div>

This div background color is #782eea


#782eea Border Color

<div style="border:3px solid #782eea">
Div here</div>

This div border color is #782eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,46,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 #782eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782eea


Comments

No comments written yet.

Please login to write comment.