Color Hex Logo

#774afd Color Hex

#774AFD
(119,74,253)
0 Favorites   0 Comments

Color spaces of #774afd

RGB 11974253
HSL0.710.980.64
HSV255°71°99°
CMYK 0.530.710.00   0.01
XYZ27.786215.911394.5352
Yxy15.91130.20100.1151
Hunter Lab39.889054.5354-112.5926
CIE-Lab46.857960.9045-82.4226

#774afd color RGB value is (119,74,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001010 11111101
Octal 167 112 375
Decimal 119 74 253
Hex 77 4A FD

RGB Percentages of Color #774afd

%26.68
%16.59
%56.73

CMYK Percentages of Color #774afd

%53
%71
%0
%1

Triadic Colors of #774afd

#774afd #fd774a #4afd77

Analogous Colors of #774afd

#774afd #d14afd #4a77fd

Monochromatic Colors of #774afd

#774afd

Complementary Color

#774afd #d0fd4a

#774afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#774afd Color CSS Codes

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

#774afd Text Font Color

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

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


#774afd Background Color

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

This div background color is #774afd


#774afd Border Color

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

This div border color is #774afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774afd


Comments

No comments written yet.

Please login to write comment.