Color Hex Logo

#77438b Color Hex

#77438B
(119,67,139)
0 Favorites   0 Comments

Color spaces of #77438b

RGB 11967139
HSL0.790.350.40
HSV283°52°55°
CMYK 0.140.520.00   0.45
XYZ14.27519.800325.5654
Yxy9.80030.28760.1974
Hunter Lab31.305426.6105-26.5050
CIE-Lab37.481635.2525-31.1749

#77438b color RGB value is (119,67,139).

#77438b hex color red value is 119, green value is 67 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #77438b hue: 0.79 , saturation: 0.35 and the lightness value of 77438b is 0.40.

The process color (four color CMYK) of #77438b color hex is 0.14, 0.52, 0.00, 0.45. Web safe color of #77438b is #663399. Color #77438b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000011 10001011
Octal 167 103 213
Decimal 119 67 139
Hex 77 43 8B

RGB Percentages of Color #77438b

%36.62
%20.62
%42.77

CMYK Percentages of Color #77438b

%14
%52
%0
%45

Triadic Colors of #77438b

#77438b #8b7743 #438b77

Analogous Colors of #77438b

#77438b #8b437b #53438b

Monochromatic Colors of #77438b

#77438b

Complementary Color

#77438b #578b43

#77438b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77438b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77438b Color CSS Codes

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

#77438b Text Font Color

<p style="color:#77438b">Text here</p>

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


#77438b Background Color

<div style="background-color:#77438b">
Div content here</div>

This div background color is #77438b


#77438b Border Color

<div style="border:3px solid #77438b">
Div here</div>

This div border color is #77438b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77438b


Comments

No comments written yet.

Please login to write comment.