Color Hex Logo

#61008a Color Hex

#61008A
(97,0,138)
0 Favorites   0 Comments

Color spaces of #61008a

RGB 970138
HSL0.781.000.27
HSV282°100°54°
CMYK 0.301.000.00   0.46
XYZ9.51724.376424.3879
Yxy4.37640.24860.1143
Hunter Lab20.919844.5964-54.4751
CIE-Lab24.878755.9799-50.9799

#61008a color RGB value is (97,0,138).

#61008a hex color red value is 97, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #61008a hue: 0.78 , saturation: 1.00 and the lightness value of 61008a is 0.27.

The process color (four color CMYK) of #61008a color hex is 0.30, 1.00, 0.00, 0.46. Web safe color of #61008a is #660099. Color #61008a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000000 10001010
Octal 141 0 212
Decimal 97 0 138
Hex 61 0 8A

RGB Percentages of Color #61008a

%41.28
%0.00
%58.72

CMYK Percentages of Color #61008a

%30
%100
%0
%46

Triadic Colors of #61008a

#61008a #8a6100 #008a61

Analogous Colors of #61008a

#61008a #8a006e #1c008a

Monochromatic Colors of #61008a

#61008a

Complementary Color

#61008a #298a00

#61008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61008a Color CSS Codes

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

#61008a Text Font Color

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

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


#61008a Background Color

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

This div background color is #61008a


#61008a Border Color

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

This div border color is #61008a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,0,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61008a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61008a;
  -webkit-box-shadow: 1px 1px 3px 2px #61008a;
  box-shadow:         1px 1px 3px 2px #61008a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61008a


Comments

No comments written yet.

Please login to write comment.