Color Hex Logo

#61518e Color Hex

#61518E
(97,81,142)
0 Favorites   0 Comments

Color spaces of #61518e

RGB 9781142
HSL0.710.270.44
HSV256°43°56°
CMYK 0.320.430.00   0.44
XYZ12.754710.379226.9223
Yxy10.37920.25480.2074
Hunter Lab32.216814.2893-26.9946
CIE-Lab38.514621.0081-31.5393

#61518e color RGB value is (97,81,142).

#61518e hex color red value is 97, green value is 81 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #61518e hue: 0.71 , saturation: 0.27 and the lightness value of 61518e is 0.44.

The process color (four color CMYK) of #61518e color hex is 0.32, 0.43, 0.00, 0.44. Web safe color of #61518e is #666699. Color #61518e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010001 10001110
Octal 141 121 216
Decimal 97 81 142
Hex 61 51 8E

RGB Percentages of Color #61518e

%30.31
%25.31
%44.38

CMYK Percentages of Color #61518e

%32
%43
%0
%44

Triadic Colors of #61518e

#61518e #8e6151 #518e61

Analogous Colors of #61518e

#61518e #80518e #51608e

Monochromatic Colors of #61518e

#61518e

Complementary Color

#61518e #7e8e51

#61518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61518e Color CSS Codes

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

#61518e Text Font Color

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

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


#61518e Background Color

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

This div background color is #61518e


#61518e Border Color

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

This div border color is #61518e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61518e


Comments

No comments written yet.

Please login to write comment.