Color Hex Logo

#610b7d Color Hex

#610B7D
(97,11,125)
0 Favorites   0 Comments

Color spaces of #610b7d

RGB 9711125
HSL0.790.840.27
HSV285°91°49°
CMYK 0.220.910.00   0.51
XYZ8.75114.261419.7633
Yxy4.26140.26700.1300
Hunter Lab20.643239.5446-42.3127
CIE-Lab24.517451.1320-43.3814

#610b7d color RGB value is (97,11,125).

#610b7d hex color red value is 97, green value is 11 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #610b7d hue: 0.79 , saturation: 0.84 and the lightness value of 610b7d is 0.27.

The process color (four color CMYK) of #610b7d color hex is 0.22, 0.91, 0.00, 0.51. Web safe color of #610b7d is #660066. Color #610b7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001011 01111101
Octal 141 13 175
Decimal 97 11 125
Hex 61 B 7D

RGB Percentages of Color #610b7d

%41.63
%4.72
%53.65

CMYK Percentages of Color #610b7d

%22
%91
%0
%51

Triadic Colors of #610b7d

#610b7d #7d610b #0b7d61

Analogous Colors of #610b7d

#610b7d #7d0b60 #280b7d

Monochromatic Colors of #610b7d

#610b7d

Complementary Color

#610b7d #277d0b

#610b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#610b7d Color CSS Codes

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

#610b7d Text Font Color

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

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


#610b7d Background Color

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

This div background color is #610b7d


#610b7d Border Color

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

This div border color is #610b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610b7d


Comments

No comments written yet.

Please login to write comment.