Color Hex Logo

#774fde Color Hex

#774FDE
(119,79,222)
0 Favorites   0 Comments

Color spaces of #774fde

RGB 11979222
HSL0.710.680.59
HSV257°64°87°
CMYK 0.460.640.00   0.13
XYZ23.588514.787870.7183
Yxy14.78780.21620.1356
Hunter Lab38.454942.1970-82.1154
CIE-Lab45.342249.8069-67.4400

#774fde color RGB value is (119,79,222).

#774fde hex color red value is 119, green value is 79 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #774fde hue: 0.71 , saturation: 0.68 and the lightness value of 774fde is 0.59.

The process color (four color CMYK) of #774fde color hex is 0.46, 0.64, 0.00, 0.13. Web safe color of #774fde is #6666cc. Color #774fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001111 11011110
Octal 167 117 336
Decimal 119 79 222
Hex 77 4F DE

RGB Percentages of Color #774fde

%28.33
%18.81
%52.86

CMYK Percentages of Color #774fde

%46
%64
%0
%13

Triadic Colors of #774fde

#774fde #de774f #4fde77

Analogous Colors of #774fde

#774fde #bf4fde #4f6fde

Monochromatic Colors of #774fde

#774fde

Complementary Color

#774fde #b6de4f

#774fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#774fde Color CSS Codes

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

#774fde Text Font Color

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

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


#774fde Background Color

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

This div background color is #774fde


#774fde Border Color

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

This div border color is #774fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774fde


Comments

No comments written yet.

Please login to write comment.