Color Hex Logo

#775baf Color Hex

#775BAF
(119,91,175)
2 Favorites   0 Comments

Color spaces of #775baf

RGB 11991175
HSL0.720.340.52
HSV260°48°69°
CMYK 0.320.480.00   0.31
XYZ19.086714.499342.3501
Yxy14.49930.25140.1909
Hunter Lab38.077922.8373-39.2875
CIE-Lab44.940630.1224-40.9216

#775baf color RGB value is (119,91,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011011 10101111
Octal 167 133 257
Decimal 119 91 175
Hex 77 5B AF

RGB Percentages of Color #775baf

%30.91
%23.64
%45.45

CMYK Percentages of Color #775baf

%32
%48
%0
%31

Triadic Colors of #775baf

#775baf #af775b #5baf77

Analogous Colors of #775baf

#775baf #a15baf #5b69af

Monochromatic Colors of #775baf

#775baf

Complementary Color

#775baf #93af5b

#775baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#775baf Color CSS Codes

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

#775baf Text Font Color

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

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


#775baf Background Color

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

This div background color is #775baf


#775baf Border Color

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

This div border color is #775baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775baf

#775baf Color Palettes


Comments

No comments written yet.

Please login to write comment.