Color Hex Logo

#774cfb Color Hex

#774CFB
(119,76,251)
0 Favorites   0 Comments

Color spaces of #774cfb

RGB 11976251
HSL0.710.960.64
HSV255°70°98°
CMYK 0.530.700.00   0.02
XYZ27.604816.055992.9109
Yxy16.05590.20210.1176
Hunter Lab40.069852.8496-109.4284
CIE-Lab47.047759.3625-80.9962

#774cfb color RGB value is (119,76,251).

#774cfb hex color red value is 119, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #774cfb hue: 0.71 , saturation: 0.96 and the lightness value of 774cfb is 0.64.

The process color (four color CMYK) of #774cfb color hex is 0.53, 0.70, 0.00, 0.02. Web safe color of #774cfb is #6633ff. Color #774cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001100 11111011
Octal 167 114 373
Decimal 119 76 251
Hex 77 4C FB

RGB Percentages of Color #774cfb

%26.68
%17.04
%56.28

CMYK Percentages of Color #774cfb

%53
%70
%0
%2

Triadic Colors of #774cfb

#774cfb #fb774c #4cfb77

Analogous Colors of #774cfb

#774cfb #cf4cfb #4c79fb

Monochromatic Colors of #774cfb

#774cfb

Complementary Color

#774cfb #d0fb4c

#774cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#774cfb Color CSS Codes

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

#774cfb Text Font Color

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

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


#774cfb Background Color

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

This div background color is #774cfb


#774cfb Border Color

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

This div border color is #774cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774cfb


Comments

No comments written yet.

Please login to write comment.