Color Hex Logo

#610dac Color Hex

#610DAC
(97,13,172)
0 Favorites   0 Comments

Color spaces of #610dac

RGB 9713172
HSL0.750.860.36
HSV272°92°67°
CMYK 0.440.920.00   0.33
XYZ12.52015.807839.4909
Yxy5.80780.21650.1004
Hunter Lab24.099450.5603-80.2871
CIE-Lab28.922360.7749-65.1772

#610dac color RGB value is (97,13,172).

#610dac hex color red value is 97, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #610dac hue: 0.75 , saturation: 0.86 and the lightness value of 610dac is 0.36.

The process color (four color CMYK) of #610dac color hex is 0.44, 0.92, 0.00, 0.33. Web safe color of #610dac is #660099. Color #610dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001101 10101100
Octal 141 15 254
Decimal 97 13 172
Hex 61 D AC

RGB Percentages of Color #610dac

%34.40
%4.61
%60.99

CMYK Percentages of Color #610dac

%44
%92
%0
%33

Triadic Colors of #610dac

#610dac #ac610d #0dac61

Analogous Colors of #610dac

#610dac #ac0da8 #120dac

Monochromatic Colors of #610dac

#610dac

Complementary Color

#610dac #58ac0d

#610dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#610dac Color CSS Codes

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

#610dac Text Font Color

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

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


#610dac Background Color

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

This div background color is #610dac


#610dac Border Color

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

This div border color is #610dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610dac


Comments

No comments written yet.

Please login to write comment.