Color Hex Logo

#61256b Color Hex

#61256B
(97,37,107)
0 Favorites   0 Comments

Color spaces of #61256b

RGB 9737107
HSL0.810.490.28
HSV291°65°42°
CMYK 0.090.650.00   0.58
XYZ8.24524.926114.4262
Yxy4.92610.29880.1785
Hunter Lab22.194827.4704-23.0010
CIE-Lab26.523238.0493-28.6436

#61256b color RGB value is (97,37,107).

#61256b hex color red value is 97, green value is 37 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #61256b hue: 0.81 , saturation: 0.49 and the lightness value of 61256b is 0.28.

The process color (four color CMYK) of #61256b color hex is 0.09, 0.65, 0.00, 0.58. Web safe color of #61256b is #663366. Color #61256b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100101 01101011
Octal 141 45 153
Decimal 97 37 107
Hex 61 25 6B

RGB Percentages of Color #61256b

%40.25
%15.35
%44.40

CMYK Percentages of Color #61256b

%9
%65
%0
%58

Triadic Colors of #61256b

#61256b #6b6125 #256b61

Analogous Colors of #61256b

#61256b #6b2552 #3e256b

Monochromatic Colors of #61256b

#61256b

Complementary Color

#61256b #2f6b25

#61256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61256b Color CSS Codes

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

#61256b Text Font Color

<p style="color:#61256b">Text here</p>

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


#61256b Background Color

<div style="background-color:#61256b">
Div content here</div>

This div background color is #61256b


#61256b Border Color

<div style="border:3px solid #61256b">
Div here</div>

This div border color is #61256b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,37,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61256b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61256b;
  -webkit-box-shadow: 1px 1px 3px 2px #61256b;
  box-shadow:         1px 1px 3px 2px #61256b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61256b


Comments

No comments written yet.

Please login to write comment.