Color Hex Logo

#610576 Color Hex

#610576
(97,5,118)
0 Favorites   0 Comments

Color spaces of #610576

RGB 975118
HSL0.800.920.24
HSV289°96°46°
CMYK 0.180.960.00   0.54
XYZ8.25413.957917.4685
Yxy3.95790.27810.1334
Hunter Lab19.894539.2433-38.1339
CIE-Lab23.531851.0229-40.5165

#610576 color RGB value is (97,5,118).

#610576 hex color red value is 97, green value is 5 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #610576 hue: 0.80 , saturation: 0.92 and the lightness value of 610576 is 0.24.

The process color (four color CMYK) of #610576 color hex is 0.18, 0.96, 0.00, 0.54. Web safe color of #610576 is #660066. Color #610576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000101 01110110
Octal 141 5 166
Decimal 97 5 118
Hex 61 5 76

RGB Percentages of Color #610576

%44.09
%2.27
%53.64

CMYK Percentages of Color #610576

%18
%96
%0
%54

Triadic Colors of #610576

#610576 #766105 #057661

Analogous Colors of #610576

#610576 #760553 #290576

Monochromatic Colors of #610576

#610576

Complementary Color

#610576 #1a7605

#610576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610576 Color CSS Codes

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

#610576 Text Font Color

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

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


#610576 Background Color

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

This div background color is #610576


#610576 Border Color

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

This div border color is #610576


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,5,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #610576; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #610576;
  -webkit-box-shadow: 1px 1px 3px 2px #610576;
  box-shadow:         1px 1px 3px 2px #610576; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610576


Comments

No comments written yet.

Please login to write comment.