Color Hex Logo

#77095c Color Hex

#77095C
(119,9,92)
0 Favorites   0 Comments

Color spaces of #77095c

RGB 119992
HSL0.870.860.25
HSV315°92°47°
CMYK 0.000.920.23   0.53
XYZ9.63724.890010.5611
Yxy4.89000.38410.1949
Hunter Lab22.113339.0936-12.8369
CIE-Lab26.419150.3122-18.7561

#77095c color RGB value is (119,9,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001001 01011100
Octal 167 11 134
Decimal 119 9 92
Hex 77 9 5C

RGB Percentages of Color #77095c

%54.09
%4.09
%41.82

CMYK Percentages of Color #77095c

%0
%92
%23
%53

Triadic Colors of #77095c

#77095c #5c7709 #095c77

Analogous Colors of #77095c

#77095c #770925 #5b0977

Monochromatic Colors of #77095c

#77095c

Complementary Color

#77095c #097724

#77095c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77095c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77095c Color CSS Codes

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

#77095c Text Font Color

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

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


#77095c Background Color

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

This div background color is #77095c


#77095c Border Color

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

This div border color is #77095c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77095c


Comments

No comments written yet.

Please login to write comment.