Color Hex Logo

#610abb Color Hex

#610ABB
(97,10,187)
0 Favorites   0 Comments

Color spaces of #610abb

RGB 9710187
HSL0.750.900.39
HSV269°95°73°
CMYK 0.480.950.00   0.27
XYZ14.00796.346347.5004
Yxy6.34630.20640.0935
Hunter Lab25.191955.1689-94.1597
CIE-Lab30.269964.6689-71.9093

#610abb color RGB value is (97,10,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001010 10111011
Octal 141 12 273
Decimal 97 10 187
Hex 61 A BB

RGB Percentages of Color #610abb

%32.99
%3.40
%63.61

CMYK Percentages of Color #610abb

%48
%95
%0
%27

Triadic Colors of #610abb

#610abb #bb610a #0abb61

Analogous Colors of #610abb

#610abb #ba0abb #0a0cbb

Monochromatic Colors of #610abb

#610abb

Complementary Color

#610abb #64bb0a

#610abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#610abb Color CSS Codes

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

#610abb Text Font Color

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

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


#610abb Background Color

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

This div background color is #610abb


#610abb Border Color

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

This div border color is #610abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610abb


Comments

No comments written yet.

Please login to write comment.