Color Hex Logo

#77298f Color Hex

#77298F
(119,41,143)
0 Favorites   0 Comments

Color spaces of #77298f

RGB 11941143
HSL0.790.550.36
HSV286°71°56°
CMYK 0.170.710.00   0.44
XYZ13.35867.491026.7284
Yxy7.49100.28080.1574
Hunter Lab27.369739.2253-38.7420
CIE-Lab32.899549.1888-40.9183

#77298f color RGB value is (119,41,143).

#77298f hex color red value is 119, green value is 41 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #77298f hue: 0.79 , saturation: 0.55 and the lightness value of 77298f is 0.36.

The process color (four color CMYK) of #77298f color hex is 0.17, 0.71, 0.00, 0.44. Web safe color of #77298f is #663399. Color #77298f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101001 10001111
Octal 167 51 217
Decimal 119 41 143
Hex 77 29 8F

RGB Percentages of Color #77298f

%39.27
%13.53
%47.19

CMYK Percentages of Color #77298f

%17
%71
%0
%44

Triadic Colors of #77298f

#77298f #8f7729 #298f77

Analogous Colors of #77298f

#77298f #8f2974 #44298f

Monochromatic Colors of #77298f

#77298f

Complementary Color

#77298f #418f29

#77298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77298f Color CSS Codes

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

#77298f Text Font Color

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

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


#77298f Background Color

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

This div background color is #77298f


#77298f Border Color

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

This div border color is #77298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77298f


Comments

No comments written yet.

Please login to write comment.