Color Hex Logo

#770953 Color Hex

#770953
(119,9,83)
0 Favorites   0 Comments

Color spaces of #770953

RGB 119983
HSL0.890.860.25
HSV320°92°47°
CMYK 0.000.920.30   0.53
XYZ9.26684.74188.6105
Yxy4.74180.40970.2096
Hunter Lab21.775737.8546-8.2014
CIE-Lab25.986149.1521-13.4560

#770953 color RGB value is (119,9,83).

#770953 hex color red value is 119, green value is 9 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #770953 hue: 0.89 , saturation: 0.86 and the lightness value of 770953 is 0.25.

The process color (four color CMYK) of #770953 color hex is 0.00, 0.92, 0.30, 0.53. Web safe color of #770953 is #660066. Color #770953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001001 01010011
Octal 167 11 123
Decimal 119 9 83
Hex 77 9 53

RGB Percentages of Color #770953

%56.40
%4.27
%39.34

CMYK Percentages of Color #770953

%0
%92
%30
%53

Triadic Colors of #770953

#770953 #537709 #095377

Analogous Colors of #770953

#770953 #77091c #640977

Monochromatic Colors of #770953

#770953

Complementary Color

#770953 #09772d

#770953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770953 Color CSS Codes

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

#770953 Text Font Color

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

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


#770953 Background Color

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

This div background color is #770953


#770953 Border Color

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

This div border color is #770953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770953


Comments

No comments written yet.

Please login to write comment.