Color Hex Logo

#774bab Color Hex

#774BAB
(119,75,171)
0 Favorites   0 Comments

Color spaces of #774bab

RGB 11975171
HSL0.740.390.48
HSV268°56°67°
CMYK 0.300.560.00   0.33
XYZ17.474511.894439.9029
Yxy11.89440.25230.1717
Hunter Lab34.488330.0879-44.4567
CIE-Lab41.047838.4143-44.7654

#774bab color RGB value is (119,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 10101011
Octal 167 113 253
Decimal 119 75 171
Hex 77 4B AB

RGB Percentages of Color #774bab

%32.60
%20.55
%46.85

CMYK Percentages of Color #774bab

%30
%56
%0
%33

Triadic Colors of #774bab

#774bab #ab774b #4bab77

Analogous Colors of #774bab

#774bab #a74bab #4b4fab

Monochromatic Colors of #774bab

#774bab

Complementary Color

#774bab #7fab4b

#774bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#774bab Color CSS Codes

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

#774bab Text Font Color

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

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


#774bab Background Color

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

This div background color is #774bab


#774bab Border Color

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

This div border color is #774bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,75,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 #774bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774bab


Comments

No comments written yet.

Please login to write comment.