Color Hex Logo

#611977 Color Hex

#611977
(97,25,119)
0 Favorites   0 Comments

Color spaces of #611977

RGB 9725119
HSL0.790.650.28
HSV286°79°47°
CMYK 0.180.790.00   0.53
XYZ8.60724.568617.8809
Yxy4.56860.27710.1471
Hunter Lab21.374334.4751-34.6377
CIE-Lab25.468645.7880-38.0257

#611977 color RGB value is (97,25,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011001 01110111
Octal 141 31 167
Decimal 97 25 119
Hex 61 19 77

RGB Percentages of Color #611977

%40.25
%10.37
%49.38

CMYK Percentages of Color #611977

%18
%79
%0
%53

Triadic Colors of #611977

#611977 #776119 #197761

Analogous Colors of #611977

#611977 #77195e #321977

Monochromatic Colors of #611977

#611977

Complementary Color

#611977 #2f7719

#611977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611977 Color CSS Codes

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

#611977 Text Font Color

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

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


#611977 Background Color

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

This div background color is #611977


#611977 Border Color

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

This div border color is #611977


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,25,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 #611977">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611977


Comments

No comments written yet.

Please login to write comment.