Color Hex Logo

#61449a Color Hex

#61449A
(97,68,154)
0 Favorites   0 Comments

Color spaces of #61449a

RGB 9768154
HSL0.720.390.44
HSV260°56°60°
CMYK 0.370.560.00   0.40
XYZ12.82969.008731.6345
Yxy9.00870.23990.1685
Hunter Lab30.014523.7739-41.4800
CIE-Lab36.001032.3423-42.8068

#61449a color RGB value is (97,68,154).

#61449a hex color red value is 97, green value is 68 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #61449a hue: 0.72 , saturation: 0.39 and the lightness value of 61449a is 0.44.

The process color (four color CMYK) of #61449a color hex is 0.37, 0.56, 0.00, 0.40. Web safe color of #61449a is #663399. Color #61449a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000100 10011010
Octal 141 104 232
Decimal 97 68 154
Hex 61 44 9A

RGB Percentages of Color #61449a

%30.41
%21.32
%48.28

CMYK Percentages of Color #61449a

%37
%56
%0
%40

Triadic Colors of #61449a

#61449a #9a6144 #449a61

Analogous Colors of #61449a

#61449a #8c449a #44529a

Monochromatic Colors of #61449a

#61449a

Complementary Color

#61449a #7d9a44

#61449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61449a Color CSS Codes

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

#61449a Text Font Color

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

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


#61449a Background Color

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

This div background color is #61449a


#61449a Border Color

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

This div border color is #61449a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61449a


Comments

No comments written yet.

Please login to write comment.