Color Hex Logo

#77327f Color Hex

#77327F
(119,50,127)
0 Favorites   0 Comments

Color spaces of #77327f

RGB 11950127
HSL0.820.440.35
HSV294°61°50°
CMYK 0.060.610.00   0.50
XYZ12.57917.735420.9088
Yxy7.73540.30510.1876
Hunter Lab27.812632.0601-25.1039
CIE-Lab33.425641.7630-30.1694

#77327f color RGB value is (119,50,127).

#77327f hex color red value is 119, green value is 50 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #77327f hue: 0.82 , saturation: 0.44 and the lightness value of 77327f is 0.35.

The process color (four color CMYK) of #77327f color hex is 0.06, 0.61, 0.00, 0.50. Web safe color of #77327f is #663366. Color #77327f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110010 01111111
Octal 167 62 177
Decimal 119 50 127
Hex 77 32 7F

RGB Percentages of Color #77327f

%40.20
%16.89
%42.91

CMYK Percentages of Color #77327f

%6
%61
%0
%50

Triadic Colors of #77327f

#77327f #7f7732 #327f77

Analogous Colors of #77327f

#77327f #7f3260 #51327f

Monochromatic Colors of #77327f

#77327f

Complementary Color

#77327f #3a7f32

#77327f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77327f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77327f Color CSS Codes

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

#77327f Text Font Color

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

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


#77327f Background Color

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

This div background color is #77327f


#77327f Border Color

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

This div border color is #77327f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,50,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77327f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77327f;
  -webkit-box-shadow: 1px 1px 3px 2px #77327f;
  box-shadow:         1px 1px 3px 2px #77327f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77327f


Comments

No comments written yet.

Please login to write comment.