Color Hex Logo

#774baa Color Hex

#774BAA
(119,75,170)
1 Favorites   0 Comments

Color spaces of #774baa

RGB 11975170
HSL0.740.390.48
HSV268°56°67°
CMYK 0.300.560.00   0.33
XYZ17.379511.856439.4027
Yxy11.85640.25320.1727
Hunter Lab34.433129.8367-43.7439
CIE-Lab40.987038.1603-44.2697

#774baa color RGB value is (119,75,170).

#774baa hex color red value is 119, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #774baa hue: 0.74 , saturation: 0.39 and the lightness value of 774baa is 0.48.

The process color (four color CMYK) of #774baa color hex is 0.30, 0.56, 0.00, 0.33. Web safe color of #774baa is #663399. Color #774baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 10101010
Octal 167 113 252
Decimal 119 75 170
Hex 77 4B AA

RGB Percentages of Color #774baa

%32.69
%20.60
%46.70

CMYK Percentages of Color #774baa

%30
%56
%0
%33

Triadic Colors of #774baa

#774baa #aa774b #4baa77

Analogous Colors of #774baa

#774baa #a74baa #4b4eaa

Monochromatic Colors of #774baa

#774baa

Complementary Color

#774baa #7eaa4b

#774baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#774baa Color CSS Codes

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

#774baa Text Font Color

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

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


#774baa Background Color

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

This div background color is #774baa


#774baa Border Color

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

This div border color is #774baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774baa


Comments

No comments written yet.

Please login to write comment.