Color Hex Logo

#780aec Color Hex

#780AEC
(120,10,236)
0 Favorites   0 Comments

Color spaces of #780aec

RGB 12010236
HSL0.750.920.48
HSV269°96°93°
CMYK 0.490.960.00   0.07
XYZ22.994610.266380.1265
Yxy10.26630.20280.0905
Hunter Lab32.041172.0305-125.8404
CIE-Lab38.316277.4319-86.9171

#780aec color RGB value is (120,10,236).

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

The process color (four color CMYK) of #780aec color hex is 0.49, 0.96, 0.00, 0.07. Web safe color of #780aec is #6600ff. Color #780aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 11101100
Octal 170 12 354
Decimal 120 10 236
Hex 78 A EC

RGB Percentages of Color #780aec

%32.79
%2.73
%64.48

CMYK Percentages of Color #780aec

%49
%96
%0
%7

Triadic Colors of #780aec

#780aec #ec780a #0aec78

Analogous Colors of #780aec

#780aec #e90aec #0a0dec

Monochromatic Colors of #780aec

#780aec

Complementary Color

#780aec #7eec0a

#780aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#780aec Color CSS Codes

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

#780aec Text Font Color

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

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


#780aec Background Color

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

This div background color is #780aec


#780aec Border Color

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

This div border color is #780aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780aec


Comments

No comments written yet.

Please login to write comment.