Color Hex Logo

#610ace Color Hex

#610ACE
(97,10,206)
0 Favorites   0 Comments

Color spaces of #610ace

RGB 9710206
HSL0.740.910.42
HSV267°95°81°
CMYK 0.530.950.00   0.19
XYZ16.17897.214758.9324
Yxy7.21470.19650.0876
Hunter Lab26.860260.5119-111.2826
CIE-Lab32.290868.9525-79.7302

#610ace color RGB value is (97,10,206).

#610ace hex color red value is 97, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #610ace hue: 0.74 , saturation: 0.91 and the lightness value of 610ace is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001010 11001110
Octal 141 12 316
Decimal 97 10 206
Hex 61 A CE

RGB Percentages of Color #610ace

%30.99
%3.19
%65.81

CMYK Percentages of Color #610ace

%53
%95
%0
%19

Triadic Colors of #610ace

#610ace #ce610a #0ace61

Analogous Colors of #610ace

#610ace #c30ace #0a15ce

Monochromatic Colors of #610ace

#610ace

Complementary Color

#610ace #77ce0a

#610ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#610ace Color CSS Codes

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

#610ace Text Font Color

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

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


#610ace Background Color

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

This div background color is #610ace


#610ace Border Color

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

This div border color is #610ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610ace


Comments

No comments written yet.

Please login to write comment.