Color Hex Logo

#775faf Color Hex

#775FAF
(119,95,175)
0 Favorites   0 Comments

Color spaces of #775faf

RGB 11995175
HSL0.720.330.53
HSV258°46°69°
CMYK 0.320.460.00   0.31
XYZ19.437815.201542.4671
Yxy15.20150.25210.1971
Hunter Lab38.989120.7593-37.2866
CIE-Lab45.909027.7331-39.3864

#775faf color RGB value is (119,95,175).

#775faf hex color red value is 119, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #775faf hue: 0.72 , saturation: 0.33 and the lightness value of 775faf is 0.53.

The process color (four color CMYK) of #775faf color hex is 0.32, 0.46, 0.00, 0.31. Web safe color of #775faf is #666699. Color #775faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011111 10101111
Octal 167 137 257
Decimal 119 95 175
Hex 77 5F AF

RGB Percentages of Color #775faf

%30.59
%24.42
%44.99

CMYK Percentages of Color #775faf

%32
%46
%0
%31

Triadic Colors of #775faf

#775faf #af775f #5faf77

Analogous Colors of #775faf

#775faf #9f5faf #5f6faf

Monochromatic Colors of #775faf

#775faf

Complementary Color

#775faf #97af5f

#775faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#775faf Color CSS Codes

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

#775faf Text Font Color

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

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


#775faf Background Color

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

This div background color is #775faf


#775faf Border Color

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

This div border color is #775faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775faf


Comments

No comments written yet.

Please login to write comment.