Color Hex Logo

#770589 Color Hex

#770589
(119,5,137)
1 Favorites   0 Comments

Color spaces of #770589

RGB 1195137
HSL0.810.930.28
HSV292°96°54°
CMYK 0.130.960.00   0.46
XYZ12.17745.836624.1517
Yxy5.83660.28880.1384
Hunter Lab24.159147.6948-42.3606
CIE-Lab28.996458.1127-43.4870

#770589 color RGB value is (119,5,137).

#770589 hex color red value is 119, green value is 5 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #770589 hue: 0.81 , saturation: 0.93 and the lightness value of 770589 is 0.28.

The process color (four color CMYK) of #770589 color hex is 0.13, 0.96, 0.00, 0.46. Web safe color of #770589 is #660099. Color #770589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000101 10001001
Octal 167 5 211
Decimal 119 5 137
Hex 77 5 89

RGB Percentages of Color #770589

%45.59
%1.92
%52.49

CMYK Percentages of Color #770589

%13
%96
%0
%46

Triadic Colors of #770589

#770589 #897705 #058977

Analogous Colors of #770589

#770589 #890559 #350589

Monochromatic Colors of #770589

#770589

Complementary Color

#770589 #178905

#770589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770589 Color CSS Codes

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

#770589 Text Font Color

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

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


#770589 Background Color

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

This div background color is #770589


#770589 Border Color

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

This div border color is #770589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770589


Comments

No comments written yet.

Please login to write comment.