Color Hex Logo

#61417a Color Hex

#61417A
(97,65,122)
0 Favorites   0 Comments

Color spaces of #61417a

RGB 9765122
HSL0.760.300.37
HSV274°47°48°
CMYK 0.200.470.00   0.52
XYZ10.33297.727119.3592
Yxy7.72710.27610.2065
Hunter Lab27.797717.7058-21.8331
CIE-Lab33.407925.6681-27.2759

#61417a color RGB value is (97,65,122).

#61417a hex color red value is 97, green value is 65 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #61417a hue: 0.76 , saturation: 0.30 and the lightness value of 61417a is 0.37.

The process color (four color CMYK) of #61417a color hex is 0.20, 0.47, 0.00, 0.52. Web safe color of #61417a is #663366. Color #61417a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000001 01111010
Octal 141 101 172
Decimal 97 65 122
Hex 61 41 7A

RGB Percentages of Color #61417a

%34.15
%22.89
%42.96

CMYK Percentages of Color #61417a

%20
%47
%0
%52

Triadic Colors of #61417a

#61417a #7a6141 #417a61

Analogous Colors of #61417a

#61417a #7a4177 #44417a

Monochromatic Colors of #61417a

#61417a

Complementary Color

#61417a #5a7a41

#61417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61417a Color CSS Codes

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

#61417a Text Font Color

<p style="color:#61417a">Text here</p>

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


#61417a Background Color

<div style="background-color:#61417a">
Div content here</div>

This div background color is #61417a


#61417a Border Color

<div style="border:3px solid #61417a">
Div here</div>

This div border color is #61417a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,65,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61417a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61417a;
  -webkit-box-shadow: 1px 1px 3px 2px #61417a;
  box-shadow:         1px 1px 3px 2px #61417a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61417a


Comments

No comments written yet.

Please login to write comment.