Color Hex Logo

#774fab Color Hex

#774FAB
(119,79,171)
0 Favorites   0 Comments

Color spaces of #774fab

RGB 11979171
HSL0.740.370.49
HSV266°54°67°
CMYK 0.300.540.00   0.33
XYZ17.754412.454239.9962
Yxy12.45420.25290.1774
Hunter Lab35.290528.0437-42.4925
CIE-Lab41.929136.1257-43.3574

#774fab color RGB value is (119,79,171).

#774fab hex color red value is 119, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #774fab hue: 0.74 , saturation: 0.37 and the lightness value of 774fab is 0.49.

The process color (four color CMYK) of #774fab color hex is 0.30, 0.54, 0.00, 0.33. Web safe color of #774fab is #666699. Color #774fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001111 10101011
Octal 167 117 253
Decimal 119 79 171
Hex 77 4F AB

RGB Percentages of Color #774fab

%32.25
%21.41
%46.34

CMYK Percentages of Color #774fab

%30
%54
%0
%33

Triadic Colors of #774fab

#774fab #ab774f #4fab77

Analogous Colors of #774fab

#774fab #a54fab #4f55ab

Monochromatic Colors of #774fab

#774fab

Complementary Color

#774fab #83ab4f

#774fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#774fab Color CSS Codes

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

#774fab Text Font Color

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

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


#774fab Background Color

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

This div background color is #774fab


#774fab Border Color

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

This div border color is #774fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774fab


Comments

No comments written yet.

Please login to write comment.