Color Hex Logo

#775bad Color Hex

#775BAD
(119,91,173)
0 Favorites   0 Comments

Color spaces of #775bad

RGB 11991173
HSL0.720.330.52
HSV260°47°68°
CMYK 0.310.470.00   0.32
XYZ18.891714.421241.3230
Yxy14.42120.25310.1932
Hunter Lab37.975322.3424-37.9341
CIE-Lab44.831029.5944-39.9207

#775bad color RGB value is (119,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011011 10101101
Octal 167 133 255
Decimal 119 91 173
Hex 77 5B AD

RGB Percentages of Color #775bad

%31.07
%23.76
%45.17

CMYK Percentages of Color #775bad

%31
%47
%0
%32

Triadic Colors of #775bad

#775bad #ad775b #5bad77

Analogous Colors of #775bad

#775bad #a05bad #5b68ad

Monochromatic Colors of #775bad

#775bad

Complementary Color

#775bad #91ad5b

#775bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#775bad Color CSS Codes

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

#775bad Text Font Color

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

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


#775bad Background Color

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

This div background color is #775bad


#775bad Border Color

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

This div border color is #775bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775bad


Comments

No comments written yet.

Please login to write comment.