Color Hex Logo

#611293 Color Hex

#611293
(97,18,147)
0 Favorites   0 Comments

Color spaces of #611293

RGB 9718147
HSL0.770.780.32
HSV277°88°58°
CMYK 0.340.880.00   0.42
XYZ10.41255.080628.0356
Yxy5.08060.23920.1167
Hunter Lab22.540243.0132-57.9671
CIE-Lab26.963254.0586-53.1625

#611293 color RGB value is (97,18,147).

#611293 hex color red value is 97, green value is 18 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #611293 hue: 0.77 , saturation: 0.78 and the lightness value of 611293 is 0.32.

The process color (four color CMYK) of #611293 color hex is 0.34, 0.88, 0.00, 0.42. Web safe color of #611293 is #660099. Color #611293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010010 10010011
Octal 141 22 223
Decimal 97 18 147
Hex 61 12 93

RGB Percentages of Color #611293

%37.02
%6.87
%56.11

CMYK Percentages of Color #611293

%34
%88
%0
%42

Triadic Colors of #611293

#611293 #936112 #129361

Analogous Colors of #611293

#611293 #931285 #211293

Monochromatic Colors of #611293

#611293

Complementary Color

#611293 #449312

#611293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611293 Color CSS Codes

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

#611293 Text Font Color

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

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


#611293 Background Color

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

This div background color is #611293


#611293 Border Color

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

This div border color is #611293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611293


Comments

No comments written yet.

Please login to write comment.