Color Hex Logo

#775dab Color Hex

#775DAB
(119,93,171)
0 Favorites   0 Comments

Color spaces of #775dab

RGB 11993171
HSL0.720.320.52
HSV260°46°67°
CMYK 0.300.460.00   0.33
XYZ18.872814.690940.3690
Yxy14.69090.25530.1987
Hunter Lab38.328720.8170-35.6160
CIE-Lab45.207927.8726-38.1479

#775dab color RGB value is (119,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011101 10101011
Octal 167 135 253
Decimal 119 93 171
Hex 77 5D AB

RGB Percentages of Color #775dab

%31.07
%24.28
%44.65

CMYK Percentages of Color #775dab

%30
%46
%0
%33

Triadic Colors of #775dab

#775dab #ab775d #5dab77

Analogous Colors of #775dab

#775dab #9e5dab #5d6aab

Monochromatic Colors of #775dab

#775dab

Complementary Color

#775dab #91ab5d

#775dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#775dab Color CSS Codes

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

#775dab Text Font Color

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

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


#775dab Background Color

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

This div background color is #775dab


#775dab Border Color

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

This div border color is #775dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775dab


Comments

No comments written yet.

Please login to write comment.