Color Hex Logo

#a6238e Color Hex

#A6238E
(166,35,142)
0 Favorites   0 Comments

Color spaces of #a6238e

RGB 16635142
HSL0.860.650.39
HSV311°79°65°
CMYK 0.000.790.14   0.35
XYZ21.209411.262026.6471
Yxy11.26200.35880.1905
Hunter Lab33.558954.0848-23.5874
CIE-Lab40.018361.8146-28.5175

#a6238e color RGB value is (166,35,142).

#a6238e hex color red value is 166, green value is 35 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a6238e hue: 0.86 , saturation: 0.65 and the lightness value of a6238e is 0.39.

The process color (four color CMYK) of #a6238e color hex is 0.00, 0.79, 0.14, 0.35. Web safe color of #a6238e is #993399. Color #a6238e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100011 10001110
Octal 246 43 216
Decimal 166 35 142
Hex A6 23 8E

RGB Percentages of Color #a6238e

%48.40
%10.20
%41.40

CMYK Percentages of Color #a6238e

%0
%79
%14
%35

Triadic Colors of #a6238e

#a6238e #8ea623 #238ea6

Analogous Colors of #a6238e

#a6238e #a6234d #7d23a6

Monochromatic Colors of #a6238e

#a6238e

Complementary Color

#a6238e #23a63b

#a6238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6238e Color CSS Codes

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

#a6238e Text Font Color

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

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


#a6238e Background Color

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

This div background color is #a6238e


#a6238e Border Color

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

This div border color is #a6238e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,35,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6238e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6238e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6238e;
  box-shadow:         1px 1px 3px 2px #a6238e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,35,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6238e

#a6238e Color Palettes


Comments

No comments written yet.

Please login to write comment.