Color Hex Logo

#780dad Color Hex

#780DAD
(120,13,173)
0 Favorites   0 Comments

Color spaces of #780dad

RGB 12013173
HSL0.780.860.36
HSV280°92°68°
CMYK 0.310.920.00   0.32
XYZ15.43257.298040.1304
Yxy7.29800.24550.1161
Hunter Lab27.014854.6941-69.1647
CIE-Lab32.475963.8259-59.8160

#780dad color RGB value is (120,13,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 10101101
Octal 170 15 255
Decimal 120 13 173
Hex 78 D AD

RGB Percentages of Color #780dad

%39.22
%4.25
%56.54

CMYK Percentages of Color #780dad

%31
%92
%0
%32

Triadic Colors of #780dad

#780dad #ad780d #0dad78

Analogous Colors of #780dad

#780dad #ad0d92 #280dad

Monochromatic Colors of #780dad

#780dad

Complementary Color

#780dad #42ad0d

#780dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#780dad Color CSS Codes

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

#780dad Text Font Color

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

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


#780dad Background Color

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

This div background color is #780dad


#780dad Border Color

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

This div border color is #780dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780dad


Comments

No comments written yet.

Please login to write comment.