Color Hex Logo

#780faf Color Hex

#780FAF
(120,15,175)
0 Favorites   0 Comments

Color spaces of #780faf

RGB 12015175
HSL0.780.840.37
HSV279°91°69°
CMYK 0.310.910.00   0.31
XYZ15.65447.429941.1665
Yxy7.42990.24360.1156
Hunter Lab27.257854.8128-70.4630
CIE-Lab32.766263.8758-60.5391

#780faf color RGB value is (120,15,175).

#780faf hex color red value is 120, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #780faf hue: 0.78 , saturation: 0.84 and the lightness value of 780faf is 0.37.

The process color (four color CMYK) of #780faf color hex is 0.31, 0.91, 0.00, 0.31. Web safe color of #780faf is #660099. Color #780faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001111 10101111
Octal 170 17 257
Decimal 120 15 175
Hex 78 F AF

RGB Percentages of Color #780faf

%38.71
%4.84
%56.45

CMYK Percentages of Color #780faf

%31
%91
%0
%31

Triadic Colors of #780faf

#780faf #af780f #0faf78

Analogous Colors of #780faf

#780faf #af0f96 #280faf

Monochromatic Colors of #780faf

#780faf

Complementary Color

#780faf #46af0f

#780faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#780faf Color CSS Codes

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

#780faf Text Font Color

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

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


#780faf Background Color

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

This div background color is #780faf


#780faf Border Color

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

This div border color is #780faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780faf


Comments

No comments written yet.

Please login to write comment.