Color Hex Logo

#77437d Color Hex

#77437D
(119,67,125)
0 Favorites   0 Comments

Color spaces of #77437d

RGB 11967125
HSL0.820.300.38
HSV294°46°49°
CMYK 0.050.460.00   0.51
XYZ13.31669.416920.5178
Yxy9.41690.30790.2177
Hunter Lab30.687023.7578-18.1614
CIE-Lab36.774932.2119-23.6710

#77437d color RGB value is (119,67,125).

#77437d hex color red value is 119, green value is 67 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #77437d hue: 0.82 , saturation: 0.30 and the lightness value of 77437d is 0.38.

The process color (four color CMYK) of #77437d color hex is 0.05, 0.46, 0.00, 0.51. Web safe color of #77437d is #663366. Color #77437d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000011 01111101
Octal 167 103 175
Decimal 119 67 125
Hex 77 43 7D

RGB Percentages of Color #77437d

%38.26
%21.54
%40.19

CMYK Percentages of Color #77437d

%5
%46
%0
%51

Triadic Colors of #77437d

#77437d #7d7743 #437d77

Analogous Colors of #77437d

#77437d #7d4366 #5a437d

Monochromatic Colors of #77437d

#77437d

Complementary Color

#77437d #497d43

#77437d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77437d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77437d Color CSS Codes

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

#77437d Text Font Color

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

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


#77437d Background Color

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

This div background color is #77437d


#77437d Border Color

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

This div border color is #77437d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77437d


Comments

No comments written yet.

Please login to write comment.