Color Hex Logo

#782aec Color Hex

#782AEC
(120,42,236)
0 Favorites   0 Comments

Color spaces of #782aec

RGB 12042236
HSL0.730.840.55
HSV264°82°93°
CMYK 0.490.820.00   0.07
XYZ23.714011.705180.3663
Yxy11.70510.20480.1011
Hunter Lab34.212763.8522-115.3244
CIE-Lab40.743570.1849-82.9120

#782aec color RGB value is (120,42,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 11101100
Octal 170 52 354
Decimal 120 42 236
Hex 78 2A EC

RGB Percentages of Color #782aec

%30.15
%10.55
%59.30

CMYK Percentages of Color #782aec

%49
%82
%0
%7

Triadic Colors of #782aec

#782aec #ec782a #2aec78

Analogous Colors of #782aec

#782aec #d92aec #2a3dec

Monochromatic Colors of #782aec

#782aec

Complementary Color

#782aec #9eec2a

#782aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#782aec Color CSS Codes

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

#782aec Text Font Color

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

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


#782aec Background Color

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

This div background color is #782aec


#782aec Border Color

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

This div border color is #782aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782aec


Comments

No comments written yet.

Please login to write comment.