Color Hex Logo

#6a247e Color Hex

#6A247E
(106,36,126)
0 Favorites   0 Comments

Color spaces of #6a247e

RGB 10636126
HSL0.800.560.32
HSV287°71°49°
CMYK 0.160.710.00   0.51
XYZ10.34065.832320.3194
Yxy5.83230.28340.1598
Hunter Lab24.150234.1673-32.9802
CIE-Lab28.985444.7902-36.7304

#6a247e color RGB value is (106,36,126).

#6a247e hex color red value is 106, green value is 36 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6a247e hue: 0.80 , saturation: 0.56 and the lightness value of 6a247e is 0.32.

The process color (four color CMYK) of #6a247e color hex is 0.16, 0.71, 0.00, 0.51. Web safe color of #6a247e is #663366. Color #6a247e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00100100 01111110
Octal 152 44 176
Decimal 106 36 126
Hex 6A 24 7E

RGB Percentages of Color #6a247e

%39.55
%13.43
%47.01

CMYK Percentages of Color #6a247e

%16
%71
%0
%51

Triadic Colors of #6a247e

#6a247e #7e6a24 #247e6a

Analogous Colors of #6a247e

#6a247e #7e2465 #3d247e

Monochromatic Colors of #6a247e

#6a247e

Complementary Color

#6a247e #387e24

#6a247e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a247e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a247e Color CSS Codes

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

#6a247e Text Font Color

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

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


#6a247e Background Color

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

This div background color is #6a247e


#6a247e Border Color

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

This div border color is #6a247e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a247e


Comments

No comments written yet.

Please login to write comment.