Color Hex Logo

#613184 Color Hex

#613184
(97,49,132)
0 Favorites   0 Comments

Color spaces of #613184

RGB 9749132
HSL0.760.460.35
HSV275°63°52°
CMYK 0.270.630.00   0.48
XYZ10.19296.404022.5287
Yxy6.40400.26050.1637
Hunter Lab25.306127.6112-35.0685
CIE-Lab30.409737.5091-38.2753

#613184 color RGB value is (97,49,132).

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

The process color (four color CMYK) of #613184 color hex is 0.27, 0.63, 0.00, 0.48. Web safe color of #613184 is #663399. Color #613184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 10000100
Octal 141 61 204
Decimal 97 49 132
Hex 61 31 84

RGB Percentages of Color #613184

%34.89
%17.63
%47.48

CMYK Percentages of Color #613184

%27
%63
%0
%48

Triadic Colors of #613184

#613184 #846131 #318461

Analogous Colors of #613184

#613184 #84317e #383184

Monochromatic Colors of #613184

#613184

Complementary Color

#613184 #548431

#613184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613184 Color CSS Codes

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

#613184 Text Font Color

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

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


#613184 Background Color

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

This div background color is #613184


#613184 Border Color

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

This div border color is #613184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613184


Comments

No comments written yet.

Please login to write comment.