Color Hex Logo

#780adc Color Hex

#780ADC
(120,10,220)
0 Favorites   0 Comments

Color spaces of #780adc

RGB 12010220
HSL0.750.910.45
HSV271°95°86°
CMYK 0.450.950.00   0.14
XYZ20.77259.377568.4253
Yxy9.37750.21070.0951
Hunter Lab30.622767.4933-111.0454
CIE-Lab36.701274.0156-80.4457

#780adc color RGB value is (120,10,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 11011100
Octal 170 12 334
Decimal 120 10 220
Hex 78 A DC

RGB Percentages of Color #780adc

%34.29
%2.86
%62.86

CMYK Percentages of Color #780adc

%45
%95
%0
%14

Triadic Colors of #780adc

#780adc #dc780a #0adc78

Analogous Colors of #780adc

#780adc #dc0ad7 #0f0adc

Monochromatic Colors of #780adc

#780adc

Complementary Color

#780adc #6edc0a

#780adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#780adc Color CSS Codes

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

#780adc Text Font Color

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

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


#780adc Background Color

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

This div background color is #780adc


#780adc Border Color

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

This div border color is #780adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780adc


Comments

No comments written yet.

Please login to write comment.