Color Hex Logo

#77208a Color Hex

#77208A
(119,32,138)
0 Favorites   0 Comments

Color spaces of #77208a

RGB 11932138
HSL0.800.620.33
HSV289°77°54°
CMYK 0.140.770.00   0.46
XYZ12.71176.789924.6854
Yxy6.78990.28770.1537
Hunter Lab26.057441.4778-37.9279
CIE-Lab31.323751.7150-40.3596

#77208a color RGB value is (119,32,138).

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

The process color (four color CMYK) of #77208a color hex is 0.14, 0.77, 0.00, 0.46. Web safe color of #77208a is #663399. Color #77208a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100000 10001010
Octal 167 40 212
Decimal 119 32 138
Hex 77 20 8A

RGB Percentages of Color #77208a

%41.18
%11.07
%47.75

CMYK Percentages of Color #77208a

%14
%77
%0
%46

Triadic Colors of #77208a

#77208a #8a7720 #208a77

Analogous Colors of #77208a

#77208a #8a2068 #42208a

Monochromatic Colors of #77208a

#77208a

Complementary Color

#77208a #338a20

#77208a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77208a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77208a Color CSS Codes

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

#77208a Text Font Color

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

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


#77208a Background Color

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

This div background color is #77208a


#77208a Border Color

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

This div border color is #77208a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77208a


Comments

No comments written yet.

Please login to write comment.