Color Hex Logo

#612592 Color Hex

#612592
(97,37,146)
0 Favorites   0 Comments

Color spaces of #612592

RGB 9737146
HSL0.760.600.36
HSV273°75°57°
CMYK 0.340.750.00   0.43
XYZ10.77965.939827.7725
Yxy5.93980.24230.1335
Hunter Lab24.371736.3000-50.5031
CIE-Lab29.260146.9373-48.8031

#612592 color RGB value is (97,37,146).

#612592 hex color red value is 97, green value is 37 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #612592 hue: 0.76 , saturation: 0.60 and the lightness value of 612592 is 0.36.

The process color (four color CMYK) of #612592 color hex is 0.34, 0.75, 0.00, 0.43. Web safe color of #612592 is #663399. Color #612592 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100101 10010010
Octal 141 45 222
Decimal 97 37 146
Hex 61 25 92

RGB Percentages of Color #612592

%34.64
%13.21
%52.14

CMYK Percentages of Color #612592

%34
%75
%0
%43

Triadic Colors of #612592

#612592 #926125 #259261

Analogous Colors of #612592

#612592 #92258d #2b2592

Monochromatic Colors of #612592

#612592

Complementary Color

#612592 #569225

#612592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612592 Color CSS Codes

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

#612592 Text Font Color

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

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


#612592 Background Color

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

This div background color is #612592


#612592 Border Color

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

This div border color is #612592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612592


Comments

No comments written yet.

Please login to write comment.