Color Hex Logo

#611074 Color Hex

#611074
(97,16,116)
0 Favorites   0 Comments

Color spaces of #611074

RGB 9716116
HSL0.800.760.26
HSV289°86°45°
CMYK 0.160.860.00   0.55
XYZ8.26744.172916.8927
Yxy4.17290.28180.1423
Hunter Lab20.427736.4933-34.7306
CIE-Lab24.235048.1106-38.0966

#611074 color RGB value is (97,16,116).

#611074 hex color red value is 97, green value is 16 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #611074 hue: 0.80 , saturation: 0.76 and the lightness value of 611074 is 0.26.

The process color (four color CMYK) of #611074 color hex is 0.16, 0.86, 0.00, 0.55. Web safe color of #611074 is #660066. Color #611074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010000 01110100
Octal 141 20 164
Decimal 97 16 116
Hex 61 10 74

RGB Percentages of Color #611074

%42.36
%6.99
%50.66

CMYK Percentages of Color #611074

%16
%86
%0
%55

Triadic Colors of #611074

#611074 #746110 #107461

Analogous Colors of #611074

#611074 #741055 #2f1074

Monochromatic Colors of #611074

#611074

Complementary Color

#611074 #237410

#611074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611074 Color CSS Codes

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

#611074 Text Font Color

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

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


#611074 Background Color

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

This div background color is #611074


#611074 Border Color

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

This div border color is #611074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611074


Comments

No comments written yet.

Please login to write comment.