Color Hex Logo

#610dab Color Hex

#610DAB
(97,13,171)
1 Favorites   0 Comments

Color spaces of #610dab

RGB 9713171
HSL0.760.860.36
HSV272°92°67°
CMYK 0.430.920.00   0.33
XYZ12.42445.769538.9869
Yxy5.76950.21730.1009
Hunter Lab24.019850.2957-79.4207
CIE-Lab28.823360.5516-64.7384

#610dab color RGB value is (97,13,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001101 10101011
Octal 141 15 253
Decimal 97 13 171
Hex 61 D AB

RGB Percentages of Color #610dab

%34.52
%4.63
%60.85

CMYK Percentages of Color #610dab

%43
%92
%0
%33

Triadic Colors of #610dab

#610dab #ab610d #0dab61

Analogous Colors of #610dab

#610dab #ab0da6 #120dab

Monochromatic Colors of #610dab

#610dab

Complementary Color

#610dab #57ab0d

#610dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#610dab Color CSS Codes

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

#610dab Text Font Color

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

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


#610dab Background Color

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

This div background color is #610dab


#610dab Border Color

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

This div border color is #610dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610dab


Comments

No comments written yet.

Please login to write comment.