Color Hex Logo

#775bac Color Hex

#775BAC
(119,91,172)
0 Favorites   0 Comments

Color spaces of #775bac

RGB 11991172
HSL0.720.330.52
HSV261°47°67°
CMYK 0.310.470.00   0.33
XYZ18.795214.382740.8152
Yxy14.38270.25400.1944
Hunter Lab37.924522.0957-37.2620
CIE-Lab44.776829.3302-39.4185

#775bac color RGB value is (119,91,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011011 10101100
Octal 167 133 254
Decimal 119 91 172
Hex 77 5B AC

RGB Percentages of Color #775bac

%31.15
%23.82
%45.03

CMYK Percentages of Color #775bac

%31
%47
%0
%33

Triadic Colors of #775bac

#775bac #ac775b #5bac77

Analogous Colors of #775bac

#775bac #a05bac #5b68ac

Monochromatic Colors of #775bac

#775bac

Complementary Color

#775bac #90ac5b

#775bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#775bac Color CSS Codes

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

#775bac Text Font Color

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

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


#775bac Background Color

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

This div background color is #775bac


#775bac Border Color

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

This div border color is #775bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775bac


Comments

No comments written yet.

Please login to write comment.