Color Hex Logo

#775bab Color Hex

#775BAB
(119,91,171)
0 Favorites   0 Comments

Color spaces of #775bab

RGB 11991171
HSL0.730.320.51
HSV261°47°67°
CMYK 0.300.470.00   0.33
XYZ18.699514.344440.3112
Yxy14.34440.25490.1955
Hunter Lab37.874021.8512-36.5935
CIE-Lab44.722829.0677-38.9156

#775bab color RGB value is (119,91,171).

#775bab hex color red value is 119, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #775bab hue: 0.73 , saturation: 0.32 and the lightness value of 775bab is 0.51.

The process color (four color CMYK) of #775bab color hex is 0.30, 0.47, 0.00, 0.33. Web safe color of #775bab is #666699. Color #775bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011011 10101011
Octal 167 133 253
Decimal 119 91 171
Hex 77 5B AB

RGB Percentages of Color #775bab

%31.23
%23.88
%44.88

CMYK Percentages of Color #775bab

%30
%47
%0
%33

Triadic Colors of #775bab

#775bab #ab775b #5bab77

Analogous Colors of #775bab

#775bab #9f5bab #5b67ab

Monochromatic Colors of #775bab

#775bab

Complementary Color

#775bab #8fab5b

#775bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#775bab Color CSS Codes

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

#775bab Text Font Color

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

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


#775bab Background Color

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

This div background color is #775bab


#775bab Border Color

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

This div border color is #775bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,91,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775bab


Comments

No comments written yet.

Please login to write comment.