Color Hex Logo

#780adb Color Hex

#780ADB
(120,10,219)
0 Favorites   0 Comments

Color spaces of #780adb

RGB 12010219
HSL0.750.910.45
HSV272°95°86°
CMYK 0.450.950.00   0.14
XYZ20.64059.324667.7298
Yxy9.32460.21130.0954
Hunter Lab30.536267.2161-110.1308
CIE-Lab36.601973.8042-80.0345

#780adb color RGB value is (120,10,219).

#780adb hex color red value is 120, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #780adb hue: 0.75 , saturation: 0.91 and the lightness value of 780adb is 0.45.

The process color (four color CMYK) of #780adb color hex is 0.45, 0.95, 0.00, 0.14. Web safe color of #780adb is #6600cc. Color #780adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 11011011
Octal 170 12 333
Decimal 120 10 219
Hex 78 A DB

RGB Percentages of Color #780adb

%34.38
%2.87
%62.75

CMYK Percentages of Color #780adb

%45
%95
%0
%14

Triadic Colors of #780adb

#780adb #db780a #0adb78

Analogous Colors of #780adb

#780adb #db0ad6 #0f0adb

Monochromatic Colors of #780adb

#780adb

Complementary Color

#780adb #6ddb0a

#780adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#780adb Color CSS Codes

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

#780adb Text Font Color

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

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


#780adb Background Color

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

This div background color is #780adb


#780adb Border Color

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

This div border color is #780adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780adb


Comments

No comments written yet.

Please login to write comment.