Color Hex Logo

#781dae Color Hex

#781DAE
(120,29,174)
0 Favorites   0 Comments

Color spaces of #781dae

RGB 12029174
HSL0.770.710.40
HSV278°83°68°
CMYK 0.310.830.00   0.32
XYZ15.82517.927840.7405
Yxy7.92780.24540.1229
Hunter Lab28.156351.0512-66.0795
CIE-Lab33.832160.2742-58.2008

#781dae color RGB value is (120,29,174).

#781dae hex color red value is 120, green value is 29 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #781dae hue: 0.77 , saturation: 0.71 and the lightness value of 781dae is 0.40.

The process color (four color CMYK) of #781dae color hex is 0.31, 0.83, 0.00, 0.32. Web safe color of #781dae is #663399. Color #781dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011101 10101110
Octal 170 35 256
Decimal 120 29 174
Hex 78 1D AE

RGB Percentages of Color #781dae

%37.15
%8.98
%53.87

CMYK Percentages of Color #781dae

%31
%83
%0
%32

Triadic Colors of #781dae

#781dae #ae781d #1dae78

Analogous Colors of #781dae

#781dae #ae1d9c #301dae

Monochromatic Colors of #781dae

#781dae

Complementary Color

#781dae #53ae1d

#781dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#781dae Color CSS Codes

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

#781dae Text Font Color

<p style="color:#781dae">Text here</p>

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


#781dae Background Color

<div style="background-color:#781dae">
Div content here</div>

This div background color is #781dae


#781dae Border Color

<div style="border:3px solid #781dae">
Div here</div>

This div border color is #781dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781dae


Comments

No comments written yet.

Please login to write comment.