Color Hex Logo

#61214e Color Hex

#61214E
(97,33,78)
0 Favorites   0 Comments

Color spaces of #61214e

RGB 973378
HSL0.880.490.25
HSV318°66°38°
CMYK 0.000.660.20   0.62
XYZ6.84884.17927.6534
Yxy4.17920.36660.2237
Hunter Lab20.443124.0253-7.8866
CIE-Lab24.255234.5493-13.1338

#61214e color RGB value is (97,33,78).

#61214e hex color red value is 97, green value is 33 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #61214e hue: 0.88 , saturation: 0.49 and the lightness value of 61214e is 0.25.

The process color (four color CMYK) of #61214e color hex is 0.00, 0.66, 0.20, 0.62. Web safe color of #61214e is #663366. Color #61214e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 01001110
Octal 141 41 116
Decimal 97 33 78
Hex 61 21 4E

RGB Percentages of Color #61214e

%46.63
%15.87
%37.50

CMYK Percentages of Color #61214e

%0
%66
%20
%62

Triadic Colors of #61214e

#61214e #4e6121 #214e61

Analogous Colors of #61214e

#61214e #61212e #542161

Monochromatic Colors of #61214e

#61214e

Complementary Color

#61214e #216134

#61214e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61214e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61214e Color CSS Codes

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

#61214e Text Font Color

<p style="color:#61214e">Text here</p>

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


#61214e Background Color

<div style="background-color:#61214e">
Div content here</div>

This div background color is #61214e


#61214e Border Color

<div style="border:3px solid #61214e">
Div here</div>

This div border color is #61214e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,33,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61214e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61214e;
  -webkit-box-shadow: 1px 1px 3px 2px #61214e;
  box-shadow:         1px 1px 3px 2px #61214e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61214e


Comments

No comments written yet.

Please login to write comment.