Color Hex Logo

#782eae Color Hex

#782EAE
(120,46,174)
0 Favorites   0 Comments

Color spaces of #782eae

RGB 12046174
HSL0.760.580.43
HSV275°74°68°
CMYK 0.310.740.00   0.32
XYZ16.36279.003140.9198
Yxy9.00310.24690.1358
Hunter Lab30.005244.8323-59.8536
CIE-Lab35.990354.0518-54.6909

#782eae color RGB value is (120,46,174).

#782eae hex color red value is 120, green value is 46 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #782eae hue: 0.76 , saturation: 0.58 and the lightness value of 782eae is 0.43.

The process color (four color CMYK) of #782eae color hex is 0.31, 0.74, 0.00, 0.32. Web safe color of #782eae is #663399. Color #782eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101110 10101110
Octal 170 56 256
Decimal 120 46 174
Hex 78 2E AE

RGB Percentages of Color #782eae

%35.29
%13.53
%51.18

CMYK Percentages of Color #782eae

%31
%74
%0
%32

Triadic Colors of #782eae

#782eae #ae782e #2eae78

Analogous Colors of #782eae

#782eae #ae2ea4 #382eae

Monochromatic Colors of #782eae

#782eae

Complementary Color

#782eae #64ae2e

#782eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#782eae Color CSS Codes

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

#782eae Text Font Color

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

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


#782eae Background Color

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

This div background color is #782eae


#782eae Border Color

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

This div border color is #782eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782eae


Comments

No comments written yet.

Please login to write comment.