Color Hex Logo

#61309d Color Hex

#61309D
(97,48,157)
0 Favorites   0 Comments

Color spaces of #61309d

RGB 9748157
HSL0.740.530.40
HSV267°69°62°
CMYK 0.380.690.00   0.38
XYZ12.07257.089632.6304
Yxy7.08960.23310.1369
Hunter Lab26.626334.3368-54.0212
CIE-Lab32.010044.3972-51.0635

#61309d color RGB value is (97,48,157).

#61309d hex color red value is 97, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #61309d hue: 0.74 , saturation: 0.53 and the lightness value of 61309d is 0.40.

The process color (four color CMYK) of #61309d color hex is 0.38, 0.69, 0.00, 0.38. Web safe color of #61309d is #663399. Color #61309d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110000 10011101
Octal 141 60 235
Decimal 97 48 157
Hex 61 30 9D

RGB Percentages of Color #61309d

%32.12
%15.89
%51.99

CMYK Percentages of Color #61309d

%38
%69
%0
%38

Triadic Colors of #61309d

#61309d #9d6130 #309d61

Analogous Colors of #61309d

#61309d #98309d #30359d

Monochromatic Colors of #61309d

#61309d

Complementary Color

#61309d #6c9d30

#61309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61309d Color CSS Codes

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

#61309d Text Font Color

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

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


#61309d Background Color

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

This div background color is #61309d


#61309d Border Color

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

This div border color is #61309d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,48,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61309d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61309d;
  -webkit-box-shadow: 1px 1px 3px 2px #61309d;
  box-shadow:         1px 1px 3px 2px #61309d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61309d


Comments

No comments written yet.

Please login to write comment.