Color Hex Logo

#770070 Color Hex

#770070
(119,0,112)
0 Favorites   0 Comments

Color spaces of #770070

RGB 1190112
HSL0.841.000.23
HSV304°100°47°
CMYK 0.001.000.06   0.53
XYZ10.53245.091815.7569
Yxy5.09180.33560.1623
Hunter Lab22.565043.8275-25.6060
CIE-Lab26.994754.8374-30.8738

#770070 color RGB value is (119,0,112).

#770070 hex color red value is 119, green value is 0 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #770070 hue: 0.84 , saturation: 1.00 and the lightness value of 770070 is 0.23.

The process color (four color CMYK) of #770070 color hex is 0.00, 1.00, 0.06, 0.53. Web safe color of #770070 is #660066. Color #770070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000000 01110000
Octal 167 0 160
Decimal 119 0 112
Hex 77 0 70

RGB Percentages of Color #770070

%51.52
%0.00
%48.48

CMYK Percentages of Color #770070

%0
%100
%6
%53

Triadic Colors of #770070

#770070 #707700 #007077

Analogous Colors of #770070

#770070 #770034 #430077

Monochromatic Colors of #770070

#770070

Complementary Color

#770070 #007707

#770070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770070 Color CSS Codes

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

#770070 Text Font Color

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

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


#770070 Background Color

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

This div background color is #770070


#770070 Border Color

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

This div border color is #770070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770070


Comments

No comments written yet.

Please login to write comment.