Color Hex Logo

#774efa Color Hex

#774EFA
(119,78,250)
0 Favorites   0 Comments

Color spaces of #774efa

RGB 11978250
HSL0.710.950.64
HSV254°69°98°
CMYK 0.520.690.00   0.02
XYZ27.587516.272892.1294
Yxy16.27280.20290.1197
Hunter Lab40.339651.4787-107.1716
CIE-Lab47.330458.0750-79.9755

#774efa color RGB value is (119,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001110 11111010
Octal 167 116 372
Decimal 119 78 250
Hex 77 4E FA

RGB Percentages of Color #774efa

%26.62
%17.45
%55.93

CMYK Percentages of Color #774efa

%52
%69
%0
%2

Triadic Colors of #774efa

#774efa #fa774e #4efa77

Analogous Colors of #774efa

#774efa #cd4efa #4e7bfa

Monochromatic Colors of #774efa

#774efa

Complementary Color

#774efa #d1fa4e

#774efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#774efa Color CSS Codes

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

#774efa Text Font Color

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

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


#774efa Background Color

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

This div background color is #774efa


#774efa Border Color

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

This div border color is #774efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774efa


Comments

No comments written yet.

Please login to write comment.