Color Hex Logo

#610abe Color Hex

#610ABE
(97,10,190)
0 Favorites   0 Comments

Color spaces of #610abe

RGB 9710190
HSL0.750.900.39
HSV269°95°75°
CMYK 0.490.950.00   0.25
XYZ14.33266.476249.2098
Yxy6.47620.20470.0925
Hunter Lab25.448455.9970-96.8358
CIE-Lab30.583465.3425-73.1668

#610abe color RGB value is (97,10,190).

#610abe hex color red value is 97, green value is 10 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #610abe hue: 0.75 , saturation: 0.90 and the lightness value of 610abe is 0.39.

The process color (four color CMYK) of #610abe color hex is 0.49, 0.95, 0.00, 0.25. Web safe color of #610abe is #6600cc. Color #610abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001010 10111110
Octal 141 12 276
Decimal 97 10 190
Hex 61 A BE

RGB Percentages of Color #610abe

%32.66
%3.37
%63.97

CMYK Percentages of Color #610abe

%49
%95
%0
%25

Triadic Colors of #610abe

#610abe #be610a #0abe61

Analogous Colors of #610abe

#610abe #bb0abe #0a0dbe

Monochromatic Colors of #610abe

#610abe

Complementary Color

#610abe #67be0a

#610abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#610abe Color CSS Codes

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

#610abe Text Font Color

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

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


#610abe Background Color

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

This div background color is #610abe


#610abe Border Color

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

This div border color is #610abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610abe


Comments

No comments written yet.

Please login to write comment.