Color Hex Logo

#780cac Color Hex

#780CAC
(120,12,172)
0 Favorites   0 Comments

Color spaces of #780cac

RGB 12012172
HSL0.780.870.36
HSV281°93°67°
CMYK 0.300.930.00   0.33
XYZ15.32367.234639.6185
Yxy7.23460.24650.1164
Hunter Lab26.897254.6230-68.5037
CIE-Lab32.335163.7896-59.4464

#780cac color RGB value is (120,12,172).

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

The process color (four color CMYK) of #780cac color hex is 0.30, 0.93, 0.00, 0.33. Web safe color of #780cac is #660099. Color #780cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001100 10101100
Octal 170 14 254
Decimal 120 12 172
Hex 78 C AC

RGB Percentages of Color #780cac

%39.47
%3.95
%56.58

CMYK Percentages of Color #780cac

%30
%93
%0
%33

Triadic Colors of #780cac

#780cac #ac780c #0cac78

Analogous Colors of #780cac

#780cac #ac0c90 #280cac

Monochromatic Colors of #780cac

#780cac

Complementary Color

#780cac #40ac0c

#780cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#780cac Color CSS Codes

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

#780cac Text Font Color

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

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


#780cac Background Color

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

This div background color is #780cac


#780cac Border Color

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

This div border color is #780cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780cac


Comments

No comments written yet.

Please login to write comment.