Color Hex Logo

#780afe Color Hex

#780AFE
(120,10,254)
0 Favorites   0 Comments

Color spaces of #780afe

RGB 12010254
HSL0.740.990.52
HSV267°96°100°
CMYK 0.530.960.00   0.00
XYZ25.743711.365994.6029
Yxy11.36590.19550.0863
Hunter Lab33.713477.3052-142.7741
CIE-Lab40.190081.3065-93.9645

#780afe color RGB value is (120,10,254).

#780afe hex color red value is 120, green value is 10 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #780afe hue: 0.74 , saturation: 0.99 and the lightness value of 780afe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 11111110
Octal 170 12 376
Decimal 120 10 254
Hex 78 A FE

RGB Percentages of Color #780afe

%31.25
%2.60
%66.15

CMYK Percentages of Color #780afe

%53
%96
%0
%0

Triadic Colors of #780afe

#780afe #fe780a #0afe78

Analogous Colors of #780afe

#780afe #f20afe #0a16fe

Monochromatic Colors of #780afe

#780afe

Complementary Color

#780afe #90fe0a

#780afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#780afe Color CSS Codes

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

#780afe Text Font Color

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

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


#780afe Background Color

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

This div background color is #780afe


#780afe Border Color

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

This div border color is #780afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780afe


Comments

No comments written yet.

Please login to write comment.