Color Hex Logo

#774289 Color Hex

#774289
(119,66,137)
0 Favorites   0 Comments

Color spaces of #774289

RGB 11966137
HSL0.790.350.40
HSV285°52°54°
CMYK 0.130.520.00   0.46
XYZ14.07139.624524.7830
Yxy9.62450.29030.1985
Hunter Lab31.023426.6715-25.6474
CIE-Lab37.159935.3684-30.4578

#774289 color RGB value is (119,66,137).

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

The process color (four color CMYK) of #774289 color hex is 0.13, 0.52, 0.00, 0.46. Web safe color of #774289 is #663399. Color #774289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000010 10001001
Octal 167 102 211
Decimal 119 66 137
Hex 77 42 89

RGB Percentages of Color #774289

%36.96
%20.50
%42.55

CMYK Percentages of Color #774289

%13
%52
%0
%46

Triadic Colors of #774289

#774289 #897742 #428977

Analogous Colors of #774289

#774289 #894278 #544289

Monochromatic Colors of #774289

#774289

Complementary Color

#774289 #548942

#774289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774289 Color CSS Codes

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

#774289 Text Font Color

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

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


#774289 Background Color

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

This div background color is #774289


#774289 Border Color

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

This div border color is #774289


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,66,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774289; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774289;
  -webkit-box-shadow: 1px 1px 3px 2px #774289;
  box-shadow:         1px 1px 3px 2px #774289; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774289


Comments

No comments written yet.

Please login to write comment.