Color Hex Logo

#610c8e Color Hex

#610C8E
(97,12,142)
0 Favorites   0 Comments

Color spaces of #610c8e

RGB 9712142
HSL0.780.840.30
HSV279°92°56°
CMYK 0.320.920.00   0.44
XYZ9.94374.757325.9853
Yxy4.75730.24440.1169
Hunter Lab21.811243.2081-55.3686
CIE-Lab26.031854.4272-51.5878

#610c8e color RGB value is (97,12,142).

#610c8e hex color red value is 97, green value is 12 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #610c8e hue: 0.78 , saturation: 0.84 and the lightness value of 610c8e is 0.30.

The process color (four color CMYK) of #610c8e color hex is 0.32, 0.92, 0.00, 0.44. Web safe color of #610c8e is #660099. Color #610c8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001100 10001110
Octal 141 14 216
Decimal 97 12 142
Hex 61 C 8E

RGB Percentages of Color #610c8e

%38.65
%4.78
%56.57

CMYK Percentages of Color #610c8e

%32
%92
%0
%44

Triadic Colors of #610c8e

#610c8e #8e610c #0c8e61

Analogous Colors of #610c8e

#610c8e #8e0c7a #200c8e

Monochromatic Colors of #610c8e

#610c8e

Complementary Color

#610c8e #398e0c

#610c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#610c8e Color CSS Codes

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

#610c8e Text Font Color

<p style="color:#610c8e">Text here</p>

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


#610c8e Background Color

<div style="background-color:#610c8e">
Div content here</div>

This div background color is #610c8e


#610c8e Border Color

<div style="border:3px solid #610c8e">
Div here</div>

This div border color is #610c8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,12,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 #610c8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610c8e


Comments

No comments written yet.

Please login to write comment.