Color Hex Logo

#613187 Color Hex

#613187
(97,49,135)
0 Favorites   0 Comments

Color spaces of #613187

RGB 9749135
HSL0.760.470.36
HSV273°64°53°
CMYK 0.280.640.00   0.47
XYZ10.40136.487323.6256
Yxy6.48730.25670.1601
Hunter Lab25.470228.3215-37.1670
CIE-Lab30.610038.2536-39.8194

#613187 color RGB value is (97,49,135).

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

The process color (four color CMYK) of #613187 color hex is 0.28, 0.64, 0.00, 0.47. Web safe color of #613187 is #663399. Color #613187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 10000111
Octal 141 61 207
Decimal 97 49 135
Hex 61 31 87

RGB Percentages of Color #613187

%34.52
%17.44
%48.04

CMYK Percentages of Color #613187

%28
%64
%0
%47

Triadic Colors of #613187

#613187 #876131 #318761

Analogous Colors of #613187

#613187 #873182 #363187

Monochromatic Colors of #613187

#613187

Complementary Color

#613187 #578731

#613187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613187 Color CSS Codes

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

#613187 Text Font Color

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

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


#613187 Background Color

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

This div background color is #613187


#613187 Border Color

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

This div border color is #613187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613187


Comments

No comments written yet.

Please login to write comment.