Color Hex Logo

#a6239c Color Hex

#A6239C
(166,35,156)
0 Favorites   0 Comments

Color spaces of #a6239c

RGB 16635156
HSL0.850.650.39
HSV305°79°65°
CMYK 0.000.790.06   0.35
XYZ22.327711.709432.5358
Yxy11.70940.33540.1759
Hunter Lab34.219056.5870-32.4203
CIE-Lab40.750563.8977-35.8643

#a6239c color RGB value is (166,35,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100011 10011100
Octal 246 43 234
Decimal 166 35 156
Hex A6 23 9C

RGB Percentages of Color #a6239c

%46.50
%9.80
%43.70

CMYK Percentages of Color #a6239c

%0
%79
%6
%35

Triadic Colors of #a6239c

#a6239c #9ca623 #239ca6

Analogous Colors of #a6239c

#a6239c #a6235b #6f23a6

Monochromatic Colors of #a6239c

#a6239c

Complementary Color

#a6239c #23a62d

#a6239c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6239c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6239c Color CSS Codes

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

#a6239c Text Font Color

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

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


#a6239c Background Color

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

This div background color is #a6239c


#a6239c Border Color

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

This div border color is #a6239c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6239c


Comments

No comments written yet.

Please login to write comment.