Color Hex Logo

#774afe Color Hex

#774AFE
(119,74,254)
0 Favorites   0 Comments

Color spaces of #774afe

RGB 11974254
HSL0.710.990.64
HSV255°71°100°
CMYK 0.530.710.00   0.00
XYZ27.945915.975395.3766
Yxy15.97530.20060.1147
Hunter Lab39.969154.8590-113.5028
CIE-Lab46.942161.1762-82.8419

#774afe color RGB value is (119,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001010 11111110
Octal 167 112 376
Decimal 119 74 254
Hex 77 4A FE

RGB Percentages of Color #774afe

%26.62
%16.55
%56.82

CMYK Percentages of Color #774afe

%53
%71
%0
%0

Triadic Colors of #774afe

#774afe #fe774a #4afe77

Analogous Colors of #774afe

#774afe #d14afe #4a77fe

Monochromatic Colors of #774afe

#774afe

Complementary Color

#774afe #d1fe4a

#774afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#774afe Color CSS Codes

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

#774afe Text Font Color

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

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


#774afe Background Color

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

This div background color is #774afe


#774afe Border Color

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

This div border color is #774afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774afe

Related Colors


Comments

No comments written yet.

Please login to write comment.