Color Hex Logo

#612693 Color Hex

#612693
(97,38,147)
0 Favorites   0 Comments

Color spaces of #612693

RGB 9738147
HSL0.760.590.36
HSV272°74°58°
CMYK 0.340.740.00   0.42
XYZ10.88936.034228.1945
Yxy6.03420.24140.1337
Hunter Lab24.564636.1396-50.8560
CIE-Lab29.498646.7274-49.0310

#612693 color RGB value is (97,38,147).

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

The process color (four color CMYK) of #612693 color hex is 0.34, 0.74, 0.00, 0.42. Web safe color of #612693 is #663399. Color #612693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100110 10010011
Octal 141 46 223
Decimal 97 38 147
Hex 61 26 93

RGB Percentages of Color #612693

%34.40
%13.48
%52.13

CMYK Percentages of Color #612693

%34
%74
%0
%42

Triadic Colors of #612693

#612693 #936126 #269361

Analogous Colors of #612693

#612693 #93268f #2b2693

Monochromatic Colors of #612693

#612693

Complementary Color

#612693 #589326

#612693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612693 Color CSS Codes

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

#612693 Text Font Color

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

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


#612693 Background Color

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

This div background color is #612693


#612693 Border Color

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

This div border color is #612693


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,38,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 #612693">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612693


Comments

No comments written yet.

Please login to write comment.