Color Hex Logo

#774bfe Color Hex

#774BFE
(119,75,254)
0 Favorites   0 Comments

Color spaces of #774bfe

RGB 11975254
HSL0.710.990.65
HSV255°70°100°
CMYK 0.530.700.00   0.00
XYZ28.013216.109895.3990
Yxy16.10980.20080.1155
Hunter Lab40.137054.3424-112.8265
CIE-Lab47.118260.6837-82.5532

#774bfe color RGB value is (119,75,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001011 11111110
Octal 167 113 376
Decimal 119 75 254
Hex 77 4B FE

RGB Percentages of Color #774bfe

%26.56
%16.74
%56.70

CMYK Percentages of Color #774bfe

%53
%70
%0
%0

Triadic Colors of #774bfe

#774bfe #fe774b #4bfe77

Analogous Colors of #774bfe

#774bfe #d14bfe #4b79fe

Monochromatic Colors of #774bfe

#774bfe

Complementary Color

#774bfe #d2fe4b

#774bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#774bfe Color CSS Codes

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

#774bfe Text Font Color

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

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


#774bfe Background Color

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

This div background color is #774bfe


#774bfe Border Color

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

This div border color is #774bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,75,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 #774bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.