Color Hex Logo

#6a004f Color Hex

#6A004F
(106,0,79)
0 Favorites   0 Comments

Color spaces of #6a004f

RGB 106079
HSL0.881.000.21
HSV315°100°42°
CMYK 0.001.000.25   0.58
XYZ7.35513.62877.7099
Yxy3.62870.39350.1941
Hunter Lab19.049135.5849-10.6625
CIE-Lab22.403947.5350-16.5285

#6a004f color RGB value is (106,0,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 00000000 01001111
Octal 152 0 117
Decimal 106 0 79
Hex 6A 0 4F

RGB Percentages of Color #6a004f

%57.30
%0.00
%42.70

CMYK Percentages of Color #6a004f

%0
%100
%25
%58

Triadic Colors of #6a004f

#6a004f #4f6a00 #004f6a

Analogous Colors of #6a004f

#6a004f #6a001a #50006a

Monochromatic Colors of #6a004f

#6a004f

Complementary Color

#6a004f #006a1b

#6a004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a004f Color CSS Codes

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

#6a004f Text Font Color

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

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


#6a004f Background Color

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

This div background color is #6a004f


#6a004f Border Color

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

This div border color is #6a004f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a004f


Comments

No comments written yet.

Please login to write comment.