Color Hex Logo

#611777 Color Hex

#611777
(97,23,119)
0 Favorites   0 Comments

Color spaces of #611777

RGB 9723119
HSL0.800.680.28
HSV286°81°47°
CMYK 0.180.810.00   0.53
XYZ8.56594.486117.8672
Yxy4.48610.27700.1451
Hunter Lab21.180435.1242-35.1891
CIE-Lab25.217446.5107-38.4308

#611777 color RGB value is (97,23,119).

#611777 hex color red value is 97, green value is 23 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #611777 hue: 0.80 , saturation: 0.68 and the lightness value of 611777 is 0.28.

The process color (four color CMYK) of #611777 color hex is 0.18, 0.81, 0.00, 0.53. Web safe color of #611777 is #660066. Color #611777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010111 01110111
Octal 141 27 167
Decimal 97 23 119
Hex 61 17 77

RGB Percentages of Color #611777

%40.59
%9.62
%49.79

CMYK Percentages of Color #611777

%18
%81
%0
%53

Triadic Colors of #611777

#611777 #776117 #177761

Analogous Colors of #611777

#611777 #77175d #311777

Monochromatic Colors of #611777

#611777

Complementary Color

#611777 #2d7717

#611777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611777 Color CSS Codes

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

#611777 Text Font Color

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

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


#611777 Background Color

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

This div background color is #611777


#611777 Border Color

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

This div border color is #611777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611777


Comments

No comments written yet.

Please login to write comment.