Color Hex Logo

#61398b Color Hex

#61398B
(97,57,139)
0 Favorites   0 Comments

Color spaces of #61398b

RGB 9757139
HSL0.750.420.38
HSV269°59°55°
CMYK 0.300.590.00   0.45
XYZ11.05317.331725.2587
Yxy7.33170.25330.1680
Hunter Lab27.077125.4802-36.3543
CIE-Lab32.550434.7846-39.1816

#61398b color RGB value is (97,57,139).

#61398b hex color red value is 97, green value is 57 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #61398b hue: 0.75 , saturation: 0.42 and the lightness value of 61398b is 0.38.

The process color (four color CMYK) of #61398b color hex is 0.30, 0.59, 0.00, 0.45. Web safe color of #61398b is #663399. Color #61398b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 10001011
Octal 141 71 213
Decimal 97 57 139
Hex 61 39 8B

RGB Percentages of Color #61398b

%33.11
%19.45
%47.44

CMYK Percentages of Color #61398b

%30
%59
%0
%45

Triadic Colors of #61398b

#61398b #8b6139 #398b61

Analogous Colors of #61398b

#61398b #8a398b #393a8b

Monochromatic Colors of #61398b

#61398b

Complementary Color

#61398b #638b39

#61398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61398b Color CSS Codes

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

#61398b Text Font Color

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

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


#61398b Background Color

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

This div background color is #61398b


#61398b Border Color

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

This div border color is #61398b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,57,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61398b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61398b;
  -webkit-box-shadow: 1px 1px 3px 2px #61398b;
  box-shadow:         1px 1px 3px 2px #61398b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61398b


Comments

No comments written yet.

Please login to write comment.