Color Hex Logo

#770588 Color Hex

#770588
(119,5,136)
0 Favorites   0 Comments

Color spaces of #770588

RGB 1195136
HSL0.810.930.28
HSV292°96°53°
CMYK 0.130.960.00   0.47
XYZ12.10605.808123.7756
Yxy5.80810.29040.1393
Hunter Lab24.100047.4898-41.6219
CIE-Lab28.923157.9353-42.9817

#770588 color RGB value is (119,5,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000101 10001000
Octal 167 5 210
Decimal 119 5 136
Hex 77 5 88

RGB Percentages of Color #770588

%45.77
%1.92
%52.31

CMYK Percentages of Color #770588

%13
%96
%0
%47

Triadic Colors of #770588

#770588 #887705 #058877

Analogous Colors of #770588

#770588 #880558 #350588

Monochromatic Colors of #770588

#770588

Complementary Color

#770588 #168805

#770588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770588 Color CSS Codes

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

#770588 Text Font Color

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

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


#770588 Background Color

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

This div background color is #770588


#770588 Border Color

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

This div border color is #770588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770588


Comments

No comments written yet.

Please login to write comment.