Color Hex Logo

#61408a Color Hex

#61408A
(97,64,138)
0 Favorites   0 Comments

Color spaces of #61408a

RGB 9764138
HSL0.740.370.40
HSV267°54°54°
CMYK 0.300.540.00   0.46
XYZ11.35068.043224.9990
Yxy8.04320.25570.1812
Hunter Lab28.360521.8093-32.4101
CIE-Lab34.072730.3933-36.1343

#61408a color RGB value is (97,64,138).

#61408a hex color red value is 97, green value is 64 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #61408a hue: 0.74 , saturation: 0.37 and the lightness value of 61408a is 0.40.

The process color (four color CMYK) of #61408a color hex is 0.30, 0.54, 0.00, 0.46. Web safe color of #61408a is #663399. Color #61408a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000000 10001010
Octal 141 100 212
Decimal 97 64 138
Hex 61 40 8A

RGB Percentages of Color #61408a

%32.44
%21.40
%46.15

CMYK Percentages of Color #61408a

%30
%54
%0
%46

Triadic Colors of #61408a

#61408a #8a6140 #408a61

Analogous Colors of #61408a

#61408a #86408a #40448a

Monochromatic Colors of #61408a

#61408a

Complementary Color

#61408a #698a40

#61408a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61408a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61408a Color CSS Codes

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

#61408a Text Font Color

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

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


#61408a Background Color

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

This div background color is #61408a


#61408a Border Color

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

This div border color is #61408a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,64,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61408a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61408a;
  -webkit-box-shadow: 1px 1px 3px 2px #61408a;
  box-shadow:         1px 1px 3px 2px #61408a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61408a


Comments

No comments written yet.

Please login to write comment.