Color Hex Logo

#772881 Color Hex

#772881
(119,40,129)
0 Favorites   0 Comments

Color spaces of #772881

RGB 11940129
HSL0.810.530.33
HSV293°69°51°
CMYK 0.080.690.00   0.49
XYZ12.32907.024521.4749
Yxy7.02450.30200.1720
Hunter Lab26.503836.6529-29.4876
CIE-Lab31.862646.8001-33.8963

#772881 color RGB value is (119,40,129).

#772881 hex color red value is 119, green value is 40 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #772881 hue: 0.81 , saturation: 0.53 and the lightness value of 772881 is 0.33.

The process color (four color CMYK) of #772881 color hex is 0.08, 0.69, 0.00, 0.49. Web safe color of #772881 is #663399. Color #772881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101000 10000001
Octal 167 50 201
Decimal 119 40 129
Hex 77 28 81

RGB Percentages of Color #772881

%41.32
%13.89
%44.79

CMYK Percentages of Color #772881

%8
%69
%0
%49

Triadic Colors of #772881

#772881 #817728 #288177

Analogous Colors of #772881

#772881 #81285f #4a2881

Monochromatic Colors of #772881

#772881

Complementary Color

#772881 #328128

#772881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772881 Color CSS Codes

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

#772881 Text Font Color

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

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


#772881 Background Color

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

This div background color is #772881


#772881 Border Color

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

This div border color is #772881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772881


Comments

No comments written yet.

Please login to write comment.