Color Hex Logo

#77449d Color Hex

#77449D
(119,68,157)
0 Favorites   0 Comments

Color spaces of #77449d

RGB 11968157
HSL0.760.400.44
HSV274°57°62°
CMYK 0.240.570.00   0.38
XYZ15.760710.490533.0925
Yxy10.49050.26560.1768
Hunter Lab32.389030.1783-37.9054
CIE-Lab38.708738.8804-40.1429

#77449d color RGB value is (119,68,157).

#77449d hex color red value is 119, green value is 68 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #77449d hue: 0.76 , saturation: 0.40 and the lightness value of 77449d is 0.44.

The process color (four color CMYK) of #77449d color hex is 0.24, 0.57, 0.00, 0.38. Web safe color of #77449d is #663399. Color #77449d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000100 10011101
Octal 167 104 235
Decimal 119 68 157
Hex 77 44 9D

RGB Percentages of Color #77449d

%34.59
%19.77
%45.64

CMYK Percentages of Color #77449d

%24
%57
%0
%38

Triadic Colors of #77449d

#77449d #9d7744 #449d77

Analogous Colors of #77449d

#77449d #9d4497 #4b449d

Monochromatic Colors of #77449d

#77449d

Complementary Color

#77449d #6a9d44

#77449d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77449d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77449d Color CSS Codes

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

#77449d Text Font Color

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

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


#77449d Background Color

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

This div background color is #77449d


#77449d Border Color

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

This div border color is #77449d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,68,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77449d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77449d;
  -webkit-box-shadow: 1px 1px 3px 2px #77449d;
  box-shadow:         1px 1px 3px 2px #77449d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77449d


Comments

No comments written yet.

Please login to write comment.