Color Hex Logo

#77208e Color Hex

#77208E
(119,32,142)
0 Favorites   0 Comments

Color spaces of #77208e

RGB 11932142
HSL0.800.630.34
HSV287°77°56°
CMYK 0.160.770.00   0.44
XYZ13.00676.908026.2390
Yxy6.90800.28180.1497
Hunter Lab26.283142.3389-40.7924
CIE-Lab31.596552.5020-42.3958

#77208e color RGB value is (119,32,142).

#77208e hex color red value is 119, green value is 32 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #77208e hue: 0.80 , saturation: 0.63 and the lightness value of 77208e is 0.34.

The process color (four color CMYK) of #77208e color hex is 0.16, 0.77, 0.00, 0.44. Web safe color of #77208e is #663399. Color #77208e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100000 10001110
Octal 167 40 216
Decimal 119 32 142
Hex 77 20 8E

RGB Percentages of Color #77208e

%40.61
%10.92
%48.46

CMYK Percentages of Color #77208e

%16
%77
%0
%44

Triadic Colors of #77208e

#77208e #8e7720 #208e77

Analogous Colors of #77208e

#77208e #8e206e #40208e

Monochromatic Colors of #77208e

#77208e

Complementary Color

#77208e #378e20

#77208e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77208e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77208e Color CSS Codes

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

#77208e Text Font Color

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

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


#77208e Background Color

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

This div background color is #77208e


#77208e Border Color

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

This div border color is #77208e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,32,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77208e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77208e;
  -webkit-box-shadow: 1px 1px 3px 2px #77208e;
  box-shadow:         1px 1px 3px 2px #77208e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77208e


Comments

No comments written yet.

Please login to write comment.