Color Hex Logo

#774aba Color Hex

#774ABA
(119,74,186)
0 Favorites   0 Comments

Color spaces of #774aba

RGB 11974186
HSL0.730.450.51
HSV264°60°73°
CMYK 0.360.600.00   0.27
XYZ18.919512.364747.8438
Yxy12.36470.23910.1563
Hunter Lab35.163534.5048-56.0562
CIE-Lab41.790042.8454-52.4117

#774aba color RGB value is (119,74,186).

#774aba hex color red value is 119, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #774aba hue: 0.73 , saturation: 0.45 and the lightness value of 774aba is 0.51.

The process color (four color CMYK) of #774aba color hex is 0.36, 0.60, 0.00, 0.27. Web safe color of #774aba is #6633cc. Color #774aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001010 10111010
Octal 167 112 272
Decimal 119 74 186
Hex 77 4A BA

RGB Percentages of Color #774aba

%31.40
%19.53
%49.08

CMYK Percentages of Color #774aba

%36
%60
%0
%27

Triadic Colors of #774aba

#774aba #ba774a #4aba77

Analogous Colors of #774aba

#774aba #af4aba #4a55ba

Monochromatic Colors of #774aba

#774aba

Complementary Color

#774aba #8dba4a

#774aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#774aba Color CSS Codes

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

#774aba Text Font Color

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

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


#774aba Background Color

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

This div background color is #774aba


#774aba Border Color

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

This div border color is #774aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774aba


Comments

No comments written yet.

Please login to write comment.