Color Hex Logo

#61294d Color Hex

#61294D
(97,41,77)
0 Favorites   0 Comments

Color spaces of #61294d

RGB 974177
HSL0.890.410.27
HSV321°58°38°
CMYK 0.000.580.21   0.62
XYZ7.06234.66317.5490
Yxy4.66310.36640.2419
Hunter Lab21.594220.5878-5.6109
CIE-Lab25.752530.2353-10.1753

#61294d color RGB value is (97,41,77).

#61294d hex color red value is 97, green value is 41 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #61294d hue: 0.89 , saturation: 0.41 and the lightness value of 61294d is 0.27.

The process color (four color CMYK) of #61294d color hex is 0.00, 0.58, 0.21, 0.62. Web safe color of #61294d is #663366. Color #61294d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101001 01001101
Octal 141 51 115
Decimal 97 41 77
Hex 61 29 4D

RGB Percentages of Color #61294d

%45.12
%19.07
%35.81

CMYK Percentages of Color #61294d

%0
%58
%21
%62

Triadic Colors of #61294d

#61294d #4d6129 #294d61

Analogous Colors of #61294d

#61294d #612931 #592961

Monochromatic Colors of #61294d

#61294d

Complementary Color

#61294d #29613d

#61294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61294d Color CSS Codes

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

#61294d Text Font Color

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

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


#61294d Background Color

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

This div background color is #61294d


#61294d Border Color

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

This div border color is #61294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61294d


Comments

No comments written yet.

Please login to write comment.