Color Hex Logo

#783eae Color Hex

#783EAE
(120,62,174)
0 Favorites   0 Comments

Color spaces of #783eae

RGB 12062174
HSL0.750.470.46
HSV271°64°68°
CMYK 0.310.640.00   0.32
XYZ17.108310.494341.1683
Yxy10.49430.24880.1526
Hunter Lab32.394937.5778-52.6709
CIE-Lab38.715346.4679-50.2841

#783eae color RGB value is (120,62,174).

#783eae hex color red value is 120, green value is 62 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #783eae hue: 0.75 , saturation: 0.47 and the lightness value of 783eae is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111110 10101110
Octal 170 76 256
Decimal 120 62 174
Hex 78 3E AE

RGB Percentages of Color #783eae

%33.71
%17.42
%48.88

CMYK Percentages of Color #783eae

%31
%64
%0
%32

Triadic Colors of #783eae

#783eae #ae783e #3eae78

Analogous Colors of #783eae

#783eae #ae3eac #403eae

Monochromatic Colors of #783eae

#783eae

Complementary Color

#783eae #74ae3e

#783eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#783eae Color CSS Codes

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

#783eae Text Font Color

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

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


#783eae Background Color

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

This div background color is #783eae


#783eae Border Color

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

This div border color is #783eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783eae


Comments

No comments written yet.

Please login to write comment.