Color Hex Logo

#61276f Color Hex

#61276F
(97,39,111)
0 Favorites   0 Comments

Color spaces of #61276f

RGB 9739111
HSL0.800.480.29
HSV288°65°44°
CMYK 0.130.650.00   0.56
XYZ8.52455.140115.5818
Yxy5.14010.29150.1758
Hunter Lab22.671827.4396-24.8784
CIE-Lab27.130237.9042-30.2498

#61276f color RGB value is (97,39,111).

#61276f hex color red value is 97, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #61276f hue: 0.80 , saturation: 0.48 and the lightness value of 61276f is 0.29.

The process color (four color CMYK) of #61276f color hex is 0.13, 0.65, 0.00, 0.56. Web safe color of #61276f is #663366. Color #61276f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100111 01101111
Octal 141 47 157
Decimal 97 39 111
Hex 61 27 6F

RGB Percentages of Color #61276f

%39.27
%15.79
%44.94

CMYK Percentages of Color #61276f

%13
%65
%0
%56

Triadic Colors of #61276f

#61276f #6f6127 #276f61

Analogous Colors of #61276f

#61276f #6f2759 #3d276f

Monochromatic Colors of #61276f

#61276f

Complementary Color

#61276f #356f27

#61276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61276f Color CSS Codes

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

#61276f Text Font Color

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

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


#61276f Background Color

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

This div background color is #61276f


#61276f Border Color

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

This div border color is #61276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61276f


Comments

No comments written yet.

Please login to write comment.