Color Hex Logo

#784aad Color Hex

#784AAD
(120,74,173)
0 Favorites   0 Comments

Color spaces of #784aad

RGB 12074173
HSL0.740.400.48
HSV268°57°68°
CMYK 0.310.570.00   0.32
XYZ17.737311.907840.8987
Yxy11.90780.25140.1688
Hunter Lab34.507731.3624-46.1155
CIE-Lab41.069239.7402-45.9093

#784aad color RGB value is (120,74,173).

#784aad hex color red value is 120, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #784aad hue: 0.74 , saturation: 0.40 and the lightness value of 784aad is 0.48.

The process color (four color CMYK) of #784aad color hex is 0.31, 0.57, 0.00, 0.32. Web safe color of #784aad is #663399. Color #784aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001010 10101101
Octal 170 112 255
Decimal 120 74 173
Hex 78 4A AD

RGB Percentages of Color #784aad

%32.70
%20.16
%47.14

CMYK Percentages of Color #784aad

%31
%57
%0
%32

Triadic Colors of #784aad

#784aad #ad784a #4aad78

Analogous Colors of #784aad

#784aad #aa4aad #4a4ead

Monochromatic Colors of #784aad

#784aad

Complementary Color

#784aad #7fad4a

#784aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#784aad Color CSS Codes

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

#784aad Text Font Color

<p style="color:#784aad">Text here</p>

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


#784aad Background Color

<div style="background-color:#784aad">
Div content here</div>

This div background color is #784aad


#784aad Border Color

<div style="border:3px solid #784aad">
Div here</div>

This div border color is #784aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,74,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #784aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #784aad;
  -webkit-box-shadow: 1px 1px 3px 2px #784aad;
  box-shadow:         1px 1px 3px 2px #784aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784aad


Comments

No comments written yet.

Please login to write comment.