Color Hex Logo

#780aef Color Hex

#780AEF
(120,10,239)
0 Favorites   0 Comments

Color spaces of #780aef

RGB 12010239
HSL0.750.920.49
HSV269°96°94°
CMYK 0.500.960.00   0.06
XYZ23.434310.442182.4418
Yxy10.44210.20150.0898
Hunter Lab32.314272.8984-128.6438
CIE-Lab38.624578.0764-88.1083

#780aef color RGB value is (120,10,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 11101111
Octal 170 12 357
Decimal 120 10 239
Hex 78 A EF

RGB Percentages of Color #780aef

%32.52
%2.71
%64.77

CMYK Percentages of Color #780aef

%50
%96
%0
%6

Triadic Colors of #780aef

#780aef #ef780a #0aef78

Analogous Colors of #780aef

#780aef #eb0aef #0a0fef

Monochromatic Colors of #780aef

#780aef

Complementary Color

#780aef #81ef0a

#780aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#780aef Color CSS Codes

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

#780aef Text Font Color

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

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


#780aef Background Color

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

This div background color is #780aef


#780aef Border Color

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

This div border color is #780aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780aef


Comments

No comments written yet.

Please login to write comment.