Color Hex Logo

#610cab Color Hex

#610CAB
(97,12,171)
0 Favorites   0 Comments

Color spaces of #610cab

RGB 9712171
HSL0.760.870.36
HSV272°93°67°
CMYK 0.430.930.00   0.33
XYZ12.41195.744638.9827
Yxy5.74460.21720.1005
Hunter Lab23.967950.4933-79.6550
CIE-Lab28.758760.7449-64.8447

#610cab color RGB value is (97,12,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001100 10101011
Octal 141 14 253
Decimal 97 12 171
Hex 61 C AB

RGB Percentages of Color #610cab

%34.64
%4.29
%61.07

CMYK Percentages of Color #610cab

%43
%93
%0
%33

Triadic Colors of #610cab

#610cab #ab610c #0cab61

Analogous Colors of #610cab

#610cab #ab0ca6 #120cab

Monochromatic Colors of #610cab

#610cab

Complementary Color

#610cab #56ab0c

#610cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#610cab Color CSS Codes

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

#610cab Text Font Color

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

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


#610cab Background Color

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

This div background color is #610cab


#610cab Border Color

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

This div border color is #610cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610cab


Comments

No comments written yet.

Please login to write comment.