Color Hex Logo

#61217e Color Hex

#61217E
(97,33,126)
0 Favorites   0 Comments

Color spaces of #61217e

RGB 9733126
HSL0.780.580.31
HSV281°74°49°
CMYK 0.230.740.00   0.51
XYZ9.23955.135520.2429
Yxy5.13550.26690.1483
Hunter Lab22.661633.1193-37.0987
CIE-Lab27.117444.0498-39.8075

#61217e color RGB value is (97,33,126).

#61217e hex color red value is 97, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #61217e hue: 0.78 , saturation: 0.58 and the lightness value of 61217e is 0.31.

The process color (four color CMYK) of #61217e color hex is 0.23, 0.74, 0.00, 0.51. Web safe color of #61217e is #663366. Color #61217e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 01111110
Octal 141 41 176
Decimal 97 33 126
Hex 61 21 7E

RGB Percentages of Color #61217e

%37.89
%12.89
%49.22

CMYK Percentages of Color #61217e

%23
%74
%0
%51

Triadic Colors of #61217e

#61217e #7e6121 #217e61

Analogous Colors of #61217e

#61217e #7e216d #32217e

Monochromatic Colors of #61217e

#61217e

Complementary Color

#61217e #3e7e21

#61217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61217e Color CSS Codes

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

#61217e Text Font Color

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

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


#61217e Background Color

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

This div background color is #61217e


#61217e Border Color

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

This div border color is #61217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61217e


Comments

No comments written yet.

Please login to write comment.