Color Hex Logo

#610286 Color Hex

#610286
(97,2,134)
0 Favorites   0 Comments

Color spaces of #610286

RGB 972134
HSL0.790.970.27
HSV283°99°53°
CMYK 0.280.990.00   0.47
XYZ9.25454.306022.8976
Yxy4.30600.25380.1181
Hunter Lab20.750943.2935-50.8980
CIE-Lab24.658354.7736-48.8336

#610286 color RGB value is (97,2,134).

#610286 hex color red value is 97, green value is 2 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #610286 hue: 0.79 , saturation: 0.97 and the lightness value of 610286 is 0.27.

The process color (four color CMYK) of #610286 color hex is 0.28, 0.99, 0.00, 0.47. Web safe color of #610286 is #660099. Color #610286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000010 10000110
Octal 141 2 206
Decimal 97 2 134
Hex 61 2 86

RGB Percentages of Color #610286

%41.63
%0.86
%57.51

CMYK Percentages of Color #610286

%28
%99
%0
%47

Triadic Colors of #610286

#610286 #866102 #028661

Analogous Colors of #610286

#610286 #860269 #1f0286

Monochromatic Colors of #610286

#610286

Complementary Color

#610286 #278602

#610286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610286 Color CSS Codes

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

#610286 Text Font Color

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

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


#610286 Background Color

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

This div background color is #610286


#610286 Border Color

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

This div border color is #610286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610286


Comments

No comments written yet.

Please login to write comment.