Color Hex Logo

#774acb Color Hex

#774ACB
(119,74,203)
0 Favorites   0 Comments

Color spaces of #774acb

RGB 11974203
HSL0.720.550.54
HSV261°64°80°
CMYK 0.410.640.00   0.20
XYZ20.836013.131357.9363
Yxy13.13130.22670.1429
Hunter Lab36.237139.2208-69.4275
CIE-Lab42.960447.3427-60.4107

#774acb color RGB value is (119,74,203).

#774acb hex color red value is 119, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #774acb hue: 0.72 , saturation: 0.55 and the lightness value of 774acb is 0.54.

The process color (four color CMYK) of #774acb color hex is 0.41, 0.64, 0.00, 0.20. Web safe color of #774acb is #6633cc. Color #774acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001010 11001011
Octal 167 112 313
Decimal 119 74 203
Hex 77 4A CB

RGB Percentages of Color #774acb

%30.05
%18.69
%51.26

CMYK Percentages of Color #774acb

%41
%64
%0
%20

Triadic Colors of #774acb

#774acb #cb774a #4acb77

Analogous Colors of #774acb

#774acb #b84acb #4a5ecb

Monochromatic Colors of #774acb

#774acb

Complementary Color

#774acb #9ecb4a

#774acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#774acb Color CSS Codes

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

#774acb Text Font Color

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

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


#774acb Background Color

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

This div background color is #774acb


#774acb Border Color

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

This div border color is #774acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774acb


Comments

No comments written yet.

Please login to write comment.