Color Hex Logo

#612389 Color Hex

#612389
(97,35,137)
0 Favorites   0 Comments

Color spaces of #612389

RGB 9735137
HSL0.770.590.34
HSV276°74°54°
CMYK 0.290.740.00   0.46
XYZ10.04625.549624.2086
Yxy5.54960.25240.1394
Hunter Lab23.557634.8960-44.4382
CIE-Lab28.246545.6881-44.8750

#612389 color RGB value is (97,35,137).

#612389 hex color red value is 97, green value is 35 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #612389 hue: 0.77 , saturation: 0.59 and the lightness value of 612389 is 0.34.

The process color (four color CMYK) of #612389 color hex is 0.29, 0.74, 0.00, 0.46. Web safe color of #612389 is #663399. Color #612389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100011 10001001
Octal 141 43 211
Decimal 97 35 137
Hex 61 23 89

RGB Percentages of Color #612389

%36.06
%13.01
%50.93

CMYK Percentages of Color #612389

%29
%74
%0
%46

Triadic Colors of #612389

#612389 #896123 #238961

Analogous Colors of #612389

#612389 #89237e #2e2389

Monochromatic Colors of #612389

#612389

Complementary Color

#612389 #4b8923

#612389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612389 Color CSS Codes

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

#612389 Text Font Color

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

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


#612389 Background Color

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

This div background color is #612389


#612389 Border Color

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

This div border color is #612389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612389


Comments

No comments written yet.

Please login to write comment.