Color Hex Logo

#612190 Color Hex

#612190
(97,33,144)
0 Favorites   0 Comments

Color spaces of #612190

RGB 9733144
HSL0.760.630.35
HSV275°77°56°
CMYK 0.330.770.00   0.44
XYZ10.50775.642726.9209
Yxy5.64270.24400.1310
Hunter Lab23.754437.3890-50.5655
CIE-Lab28.492548.1935-48.8165

#612190 color RGB value is (97,33,144).

#612190 hex color red value is 97, green value is 33 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #612190 hue: 0.76 , saturation: 0.63 and the lightness value of 612190 is 0.35.

The process color (four color CMYK) of #612190 color hex is 0.33, 0.77, 0.00, 0.44. Web safe color of #612190 is #663399. Color #612190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 10010000
Octal 141 41 220
Decimal 97 33 144
Hex 61 21 90

RGB Percentages of Color #612190

%35.40
%12.04
%52.55

CMYK Percentages of Color #612190

%33
%77
%0
%44

Triadic Colors of #612190

#612190 #906121 #219061

Analogous Colors of #612190

#612190 #902188 #2a2190

Monochromatic Colors of #612190

#612190

Complementary Color

#612190 #509021

#612190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612190 Color CSS Codes

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

#612190 Text Font Color

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

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


#612190 Background Color

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

This div background color is #612190


#612190 Border Color

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

This div border color is #612190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612190


Comments

No comments written yet.

Please login to write comment.