Color Hex Logo

#61177c Color Hex

#61177C
(97,23,124)
0 Favorites   0 Comments

Color spaces of #61177c

RGB 9723124
HSL0.790.690.29
HSV284°81°49°
CMYK 0.220.810.00   0.51
XYZ8.87434.609419.4908
Yxy4.60940.26910.1398
Hunter Lab21.469536.2103-38.7969
CIE-Lab25.591647.5564-41.0065

#61177c color RGB value is (97,23,124).

#61177c hex color red value is 97, green value is 23 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #61177c hue: 0.79 , saturation: 0.69 and the lightness value of 61177c is 0.29.

The process color (four color CMYK) of #61177c color hex is 0.22, 0.81, 0.00, 0.51. Web safe color of #61177c is #660066. Color #61177c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010111 01111100
Octal 141 27 174
Decimal 97 23 124
Hex 61 17 7C

RGB Percentages of Color #61177c

%39.75
%9.43
%50.82

CMYK Percentages of Color #61177c

%22
%81
%0
%51

Triadic Colors of #61177c

#61177c #7c6117 #177c61

Analogous Colors of #61177c

#61177c #7c1765 #2f177c

Monochromatic Colors of #61177c

#61177c

Complementary Color

#61177c #327c17

#61177c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61177c Color Preview on White Background

Lorem ipsum dolor sit amet.

#61177c Color CSS Codes

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

#61177c Text Font Color

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

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


#61177c Background Color

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

This div background color is #61177c


#61177c Border Color

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

This div border color is #61177c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61177c


Comments

No comments written yet.

Please login to write comment.