Color Hex Logo

#770faf Color Hex

#770FAF
(119,15,175)
0 Favorites   0 Comments

Color spaces of #770faf

RGB 11915175
HSL0.780.840.37
HSV279°91°69°
CMYK 0.320.910.00   0.31
XYZ15.51647.358741.1600
Yxy7.35870.24230.1149
Hunter Lab27.126954.6286-70.9726
CIE-Lab32.609963.7416-60.8009

#770faf color RGB value is (119,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001111 10101111
Octal 167 17 257
Decimal 119 15 175
Hex 77 F AF

RGB Percentages of Color #770faf

%38.51
%4.85
%56.63

CMYK Percentages of Color #770faf

%32
%91
%0
%31

Triadic Colors of #770faf

#770faf #af770f #0faf77

Analogous Colors of #770faf

#770faf #af0f97 #270faf

Monochromatic Colors of #770faf

#770faf

Complementary Color

#770faf #47af0f

#770faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#770faf Color CSS Codes

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

#770faf Text Font Color

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

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


#770faf Background Color

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

This div background color is #770faf


#770faf Border Color

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

This div border color is #770faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #770faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770faf


Comments

No comments written yet.

Please login to write comment.