Color Hex Logo

#775881 Color Hex

#775881
(119,88,129)
0 Favorites   0 Comments

Color spaces of #775881

RGB 11988129
HSL0.790.190.43
HSV285°32°51°
CMYK 0.080.320.00   0.49
XYZ15.059912.486422.3852
Yxy12.48640.30160.2501
Hunter Lab35.336114.2368-12.8246
CIE-Lab41.979020.6513-18.0766

#775881 color RGB value is (119,88,129).

#775881 hex color red value is 119, green value is 88 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #775881 hue: 0.79 , saturation: 0.19 and the lightness value of 775881 is 0.43.

The process color (four color CMYK) of #775881 color hex is 0.08, 0.32, 0.00, 0.49. Web safe color of #775881 is #666699. Color #775881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011000 10000001
Octal 167 130 201
Decimal 119 88 129
Hex 77 58 81

RGB Percentages of Color #775881

%35.42
%26.19
%38.39

CMYK Percentages of Color #775881

%8
%32
%0
%49

Triadic Colors of #775881

#775881 #817758 #588177

Analogous Colors of #775881

#775881 #815877 #635881

Monochromatic Colors of #775881

#775881

Complementary Color

#775881 #628158

#775881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#775881 Color CSS Codes

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

#775881 Text Font Color

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

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


#775881 Background Color

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

This div background color is #775881


#775881 Border Color

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

This div border color is #775881


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,88,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #775881; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #775881;
  -webkit-box-shadow: 1px 1px 3px 2px #775881;
  box-shadow:         1px 1px 3px 2px #775881; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775881


Comments

No comments written yet.

Please login to write comment.