Color Hex Logo

#772291 Color Hex

#772291
(119,34,145)
1 Favorites   0 Comments

Color spaces of #772291

RGB 11934145
HSL0.790.620.35
HSV286°77°57°
CMYK 0.180.770.00   0.43
XYZ13.29067.110327.4600
Yxy7.11030.27770.1486
Hunter Lab26.665142.3050-42.3918
CIE-Lab32.056752.3798-43.5038

#772291 color RGB value is (119,34,145).

#772291 hex color red value is 119, green value is 34 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #772291 hue: 0.79 , saturation: 0.62 and the lightness value of 772291 is 0.35.

The process color (four color CMYK) of #772291 color hex is 0.18, 0.77, 0.00, 0.43. Web safe color of #772291 is #663399. Color #772291 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100010 10010001
Octal 167 42 221
Decimal 119 34 145
Hex 77 22 91

RGB Percentages of Color #772291

%39.93
%11.41
%48.66

CMYK Percentages of Color #772291

%18
%77
%0
%43

Triadic Colors of #772291

#772291 #917722 #229177

Analogous Colors of #772291

#772291 #912274 #402291

Monochromatic Colors of #772291

#772291

Complementary Color

#772291 #3c9122

#772291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772291 Color CSS Codes

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

#772291 Text Font Color

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

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


#772291 Background Color

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

This div background color is #772291


#772291 Border Color

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

This div border color is #772291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772291


Comments

No comments written yet.

Please login to write comment.