Color Hex Logo

#774bf9 Color Hex

#774BF9
(119,75,249)
0 Favorites   0 Comments

Color spaces of #774bf9

RGB 11975249
HSL0.710.940.64
HSV255°70°98°
CMYK 0.520.700.00   0.02
XYZ27.222715.793691.2362
Yxy15.79360.20280.1176
Hunter Lab39.741252.7255-108.2968
CIE-Lab46.702559.3156-80.4447

#774bf9 color RGB value is (119,75,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 11111001
Octal 167 113 371
Decimal 119 75 249
Hex 77 4B F9

RGB Percentages of Color #774bf9

%26.86
%16.93
%56.21

CMYK Percentages of Color #774bf9

%52
%70
%0
%2

Triadic Colors of #774bf9

#774bf9 #f9774b #4bf977

Analogous Colors of #774bf9

#774bf9 #ce4bf9 #4b76f9

Monochromatic Colors of #774bf9

#774bf9

Complementary Color

#774bf9 #cdf94b

#774bf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774bf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774bf9 Color CSS Codes

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

#774bf9 Text Font Color

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

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


#774bf9 Background Color

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

This div background color is #774bf9


#774bf9 Border Color

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

This div border color is #774bf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774bf9


Comments

No comments written yet.

Please login to write comment.