Color Hex Logo

#610cac Color Hex

#610CAC
(97,12,172)
0 Favorites   0 Comments

Color spaces of #610cac

RGB 9712172
HSL0.760.870.36
HSV272°93°67°
CMYK 0.440.930.00   0.33
XYZ12.50765.782939.4867
Yxy5.78290.21650.1001
Hunter Lab24.047750.7575-80.5219
CIE-Lab28.858060.9674-65.2829

#610cac color RGB value is (97,12,172).

#610cac hex color red value is 97, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #610cac hue: 0.76 , saturation: 0.87 and the lightness value of 610cac is 0.36.

The process color (four color CMYK) of #610cac color hex is 0.44, 0.93, 0.00, 0.33. Web safe color of #610cac is #660099. Color #610cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001100 10101100
Octal 141 14 254
Decimal 97 12 172
Hex 61 C AC

RGB Percentages of Color #610cac

%34.52
%4.27
%61.21

CMYK Percentages of Color #610cac

%44
%93
%0
%33

Triadic Colors of #610cac

#610cac #ac610c #0cac61

Analogous Colors of #610cac

#610cac #ac0ca7 #110cac

Monochromatic Colors of #610cac

#610cac

Complementary Color

#610cac #57ac0c

#610cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#610cac Color CSS Codes

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

#610cac Text Font Color

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

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


#610cac Background Color

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

This div background color is #610cac


#610cac Border Color

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

This div border color is #610cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610cac


Comments

No comments written yet.

Please login to write comment.