Color Hex Logo

#774781 Color Hex

#774781
(119,71,129)
0 Favorites   0 Comments

Color spaces of #774781

RGB 11971129
HSL0.800.290.39
HSV290°45°51°
CMYK 0.080.450.00   0.49
XYZ13.823410.013421.9731
Yxy10.01340.30180.2186
Hunter Lab31.644022.5993-19.0193
CIE-Lab37.866530.7603-24.4382

#774781 color RGB value is (119,71,129).

#774781 hex color red value is 119, green value is 71 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #774781 hue: 0.80 , saturation: 0.29 and the lightness value of 774781 is 0.39.

The process color (four color CMYK) of #774781 color hex is 0.08, 0.45, 0.00, 0.49. Web safe color of #774781 is #663399. Color #774781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000111 10000001
Octal 167 107 201
Decimal 119 71 129
Hex 77 47 81

RGB Percentages of Color #774781

%37.30
%22.26
%40.44

CMYK Percentages of Color #774781

%8
%45
%0
%49

Triadic Colors of #774781

#774781 #817747 #478177

Analogous Colors of #774781

#774781 #81476e #5a4781

Monochromatic Colors of #774781

#774781

Complementary Color

#774781 #518147

#774781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774781 Color CSS Codes

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

#774781 Text Font Color

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

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


#774781 Background Color

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

This div background color is #774781


#774781 Border Color

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

This div border color is #774781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774781


Comments

No comments written yet.

Please login to write comment.