Color Hex Logo

#774b88 Color Hex

#774B88
(119,75,136)
0 Favorites   0 Comments

Color spaces of #774b88

RGB 11975136
HSL0.790.290.41
HSV283°45°53°
CMYK 0.130.450.00   0.47
XYZ14.567810.731724.5962
Yxy10.73170.29200.2151
Hunter Lab32.759322.0489-21.5844
CIE-Lab39.124929.9738-26.7624

#774b88 color RGB value is (119,75,136).

#774b88 hex color red value is 119, green value is 75 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #774b88 hue: 0.79 , saturation: 0.29 and the lightness value of 774b88 is 0.41.

The process color (four color CMYK) of #774b88 color hex is 0.13, 0.45, 0.00, 0.47. Web safe color of #774b88 is #663399. Color #774b88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 10001000
Octal 167 113 210
Decimal 119 75 136
Hex 77 4B 88

RGB Percentages of Color #774b88

%36.06
%22.73
%41.21

CMYK Percentages of Color #774b88

%13
%45
%0
%47

Triadic Colors of #774b88

#774b88 #88774b #4b8877

Analogous Colors of #774b88

#774b88 #884b7b #594b88

Monochromatic Colors of #774b88

#774b88

Complementary Color

#774b88 #5c884b

#774b88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774b88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774b88 Color CSS Codes

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

#774b88 Text Font Color

<p style="color:#774b88">Text here</p>

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


#774b88 Background Color

<div style="background-color:#774b88">
Div content here</div>

This div background color is #774b88


#774b88 Border Color

<div style="border:3px solid #774b88">
Div here</div>

This div border color is #774b88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,75,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774b88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774b88;
  -webkit-box-shadow: 1px 1px 3px 2px #774b88;
  box-shadow:         1px 1px 3px 2px #774b88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774b88


Comments

No comments written yet.

Please login to write comment.