Color Hex Logo

#610caa Color Hex

#610CAA
(97,12,170)
0 Favorites   0 Comments

Color spaces of #610caa

RGB 9712170
HSL0.760.870.36
HSV272°93°67°
CMYK 0.430.930.00   0.33
XYZ12.31695.706638.4825
Yxy5.70660.21800.1010
Hunter Lab23.888550.2297-78.7896
CIE-Lab28.659860.5223-64.4052

#610caa color RGB value is (97,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001100 10101010
Octal 141 14 252
Decimal 97 12 170
Hex 61 C AA

RGB Percentages of Color #610caa

%34.77
%4.30
%60.93

CMYK Percentages of Color #610caa

%43
%93
%0
%33

Triadic Colors of #610caa

#610caa #aa610c #0caa61

Analogous Colors of #610caa

#610caa #aa0ca4 #120caa

Monochromatic Colors of #610caa

#610caa

Complementary Color

#610caa #55aa0c

#610caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#610caa Color CSS Codes

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

#610caa Text Font Color

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

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


#610caa Background Color

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

This div background color is #610caa


#610caa Border Color

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

This div border color is #610caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610caa


Comments

No comments written yet.

Please login to write comment.