Color Hex Logo

#6a0059 Color Hex

#6A0059
(106,0,89)
0 Favorites   0 Comments

Color spaces of #6a0059

RGB 106089
HSL0.861.000.21
HSV310°100°42°
CMYK 0.001.000.16   0.58
XYZ7.74703.78549.7735
Yxy3.78540.36360.1777
Hunter Lab19.456137.0267-16.1642
CIE-Lab22.948948.9047-22.3956

#6a0059 color RGB value is (106,0,89).

#6a0059 hex color red value is 106, green value is 0 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #6a0059 hue: 0.86 , saturation: 1.00 and the lightness value of 6a0059 is 0.21.

The process color (four color CMYK) of #6a0059 color hex is 0.00, 1.00, 0.16, 0.58. Web safe color of #6a0059 is #660066. Color #6a0059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000000 01011001
Octal 152 0 131
Decimal 106 0 89
Hex 6A 0 59

RGB Percentages of Color #6a0059

%54.36
%0.00
%45.64

CMYK Percentages of Color #6a0059

%0
%100
%16
%58

Triadic Colors of #6a0059

#6a0059 #596a00 #00596a

Analogous Colors of #6a0059

#6a0059 #6a0024 #46006a

Monochromatic Colors of #6a0059

#6a0059

Complementary Color

#6a0059 #006a11

#6a0059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a0059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a0059 Color CSS Codes

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

#6a0059 Text Font Color

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

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


#6a0059 Background Color

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

This div background color is #6a0059


#6a0059 Border Color

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

This div border color is #6a0059


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,0,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a0059; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a0059;
  -webkit-box-shadow: 1px 1px 3px 2px #6a0059;
  box-shadow:         1px 1px 3px 2px #6a0059; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a0059


Comments

No comments written yet.

Please login to write comment.