Color Hex Logo

#774293 Color Hex

#774293
(119,66,147)
0 Favorites   0 Comments

Color spaces of #774293

RGB 11966147
HSL0.780.380.42
HSV279°55°58°
CMYK 0.190.550.00   0.42
XYZ14.82249.925028.7382
Yxy9.92500.27710.1856
Hunter Lab31.504028.8511-32.0321
CIE-Lab37.707537.6330-35.6920

#774293 color RGB value is (119,66,147).

#774293 hex color red value is 119, green value is 66 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #774293 hue: 0.78 , saturation: 0.38 and the lightness value of 774293 is 0.42.

The process color (four color CMYK) of #774293 color hex is 0.19, 0.55, 0.00, 0.42. Web safe color of #774293 is #663399. Color #774293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000010 10010011
Octal 167 102 223
Decimal 119 66 147
Hex 77 42 93

RGB Percentages of Color #774293

%35.84
%19.88
%44.28

CMYK Percentages of Color #774293

%19
%55
%0
%42

Triadic Colors of #774293

#774293 #937742 #429377

Analogous Colors of #774293

#774293 #934287 #4f4293

Monochromatic Colors of #774293

#774293

Complementary Color

#774293 #5e9342

#774293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774293 Color CSS Codes

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

#774293 Text Font Color

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

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


#774293 Background Color

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

This div background color is #774293


#774293 Border Color

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

This div border color is #774293


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,66,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774293; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774293;
  -webkit-box-shadow: 1px 1px 3px 2px #774293;
  box-shadow:         1px 1px 3px 2px #774293; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774293


Comments

No comments written yet.

Please login to write comment.