Color Hex Logo

#780aad Color Hex

#780AAD
(120,10,173)
0 Favorites   0 Comments

Color spaces of #780aad

RGB 12010173
HSL0.780.890.36
HSV280°94°68°
CMYK 0.310.940.00   0.32
XYZ15.39717.227340.1187
Yxy7.22730.24540.1152
Hunter Lab26.883655.1862-69.6605
CIE-Lab32.318964.2941-60.0728

#780aad color RGB value is (120,10,173).

#780aad hex color red value is 120, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #780aad hue: 0.78 , saturation: 0.89 and the lightness value of 780aad is 0.36.

The process color (four color CMYK) of #780aad color hex is 0.31, 0.94, 0.00, 0.32. Web safe color of #780aad is #660099. Color #780aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 10101101
Octal 170 12 255
Decimal 120 10 173
Hex 78 A AD

RGB Percentages of Color #780aad

%39.60
%3.30
%57.10

CMYK Percentages of Color #780aad

%31
%94
%0
%32

Triadic Colors of #780aad

#780aad #ad780a #0aad78

Analogous Colors of #780aad

#780aad #ad0a91 #260aad

Monochromatic Colors of #780aad

#780aad

Complementary Color

#780aad #3fad0a

#780aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#780aad Color CSS Codes

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

#780aad Text Font Color

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

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


#780aad Background Color

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

This div background color is #780aad


#780aad Border Color

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

This div border color is #780aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780aad


Comments

No comments written yet.

Please login to write comment.