Color Hex Logo

#61126d Color Hex

#61126D
(97,18,109)
0 Favorites   0 Comments

Color spaces of #61126d

RGB 9718109
HSL0.810.720.25
HSV292°83°43°
CMYK 0.110.830.00   0.57
XYZ7.90644.078114.8384
Yxy4.07810.29480.1520
Hunter Lab20.194334.5456-29.4292
CIE-Lab23.928046.1613-34.0801

#61126d color RGB value is (97,18,109).

#61126d hex color red value is 97, green value is 18 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #61126d hue: 0.81 , saturation: 0.72 and the lightness value of 61126d is 0.25.

The process color (four color CMYK) of #61126d color hex is 0.11, 0.83, 0.00, 0.57. Web safe color of #61126d is #660066. Color #61126d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010010 01101101
Octal 141 22 155
Decimal 97 18 109
Hex 61 12 6D

RGB Percentages of Color #61126d

%43.30
%8.04
%48.66

CMYK Percentages of Color #61126d

%11
%83
%0
%57

Triadic Colors of #61126d

#61126d #6d6112 #126d61

Analogous Colors of #61126d

#61126d #6d124c #34126d

Monochromatic Colors of #61126d

#61126d

Complementary Color

#61126d #1e6d12

#61126d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61126d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61126d Color CSS Codes

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

#61126d Text Font Color

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

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


#61126d Background Color

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

This div background color is #61126d


#61126d Border Color

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

This div border color is #61126d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61126d


Comments

No comments written yet.

Please login to write comment.