Color Hex Logo

#61297f Color Hex

#61297F
(97,41,127)
0 Favorites   0 Comments

Color spaces of #61297f

RGB 9741127
HSL0.780.510.33
HSV279°68°50°
CMYK 0.240.680.00   0.50
XYZ9.55355.659620.6676
Yxy5.65960.26630.1577
Hunter Lab23.789930.0493-34.8555
CIE-Lab28.536940.5066-38.1528

#61297f color RGB value is (97,41,127).

#61297f hex color red value is 97, green value is 41 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #61297f hue: 0.78 , saturation: 0.51 and the lightness value of 61297f is 0.33.

The process color (four color CMYK) of #61297f color hex is 0.24, 0.68, 0.00, 0.50. Web safe color of #61297f is #663366. Color #61297f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101001 01111111
Octal 141 51 177
Decimal 97 41 127
Hex 61 29 7F

RGB Percentages of Color #61297f

%36.60
%15.47
%47.92

CMYK Percentages of Color #61297f

%24
%68
%0
%50

Triadic Colors of #61297f

#61297f #7f6129 #297f61

Analogous Colors of #61297f

#61297f #7f2972 #36297f

Monochromatic Colors of #61297f

#61297f

Complementary Color

#61297f #477f29

#61297f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61297f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61297f Color CSS Codes

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

#61297f Text Font Color

<p style="color:#61297f">Text here</p>

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


#61297f Background Color

<div style="background-color:#61297f">
Div content here</div>

This div background color is #61297f


#61297f Border Color

<div style="border:3px solid #61297f">
Div here</div>

This div border color is #61297f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,41,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61297f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61297f;
  -webkit-box-shadow: 1px 1px 3px 2px #61297f;
  box-shadow:         1px 1px 3px 2px #61297f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61297f


Comments

No comments written yet.

Please login to write comment.