Color Hex Logo

#610abc Color Hex

#610ABC
(97,10,188)
0 Favorites   0 Comments

Color spaces of #610abc

RGB 9710188
HSL0.750.900.39
HSV269°95°74°
CMYK 0.480.950.00   0.26
XYZ14.11546.389348.0662
Yxy6.38930.20590.0932
Hunter Lab25.277155.4444-95.0504
CIE-Lab30.374164.8934-72.3294

#610abc color RGB value is (97,10,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001010 10111100
Octal 141 12 274
Decimal 97 10 188
Hex 61 A BC

RGB Percentages of Color #610abc

%32.88
%3.39
%63.73

CMYK Percentages of Color #610abc

%48
%95
%0
%26

Triadic Colors of #610abc

#610abc #bc610a #0abc61

Analogous Colors of #610abc

#610abc #ba0abc #0a0cbc

Monochromatic Colors of #610abc

#610abc

Complementary Color

#610abc #65bc0a

#610abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#610abc Color CSS Codes

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

#610abc Text Font Color

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

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


#610abc Background Color

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

This div background color is #610abc


#610abc Border Color

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

This div border color is #610abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610abc


Comments

No comments written yet.

Please login to write comment.