Color Hex Logo

#a6236f Color Hex

#A6236F
(166,35,111)
0 Favorites   0 Comments

Color spaces of #a6236f

RGB 16635111
HSL0.900.650.39
HSV325°79°65°
CMYK 0.000.790.33   0.35
XYZ19.196210.456816.0455
Yxy10.45680.42010.2288
Hunter Lab32.337049.3733-6.7836
CIE-Lab38.650157.7957-11.4155

#a6236f color RGB value is (166,35,111).

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

The process color (four color CMYK) of #a6236f color hex is 0.00, 0.79, 0.33, 0.35. Web safe color of #a6236f is #993366. Color #a6236f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100011 01101111
Octal 246 43 157
Decimal 166 35 111
Hex A6 23 6F

RGB Percentages of Color #a6236f

%53.21
%11.22
%35.58

CMYK Percentages of Color #a6236f

%0
%79
%33
%35

Triadic Colors of #a6236f

#a6236f #6fa623 #236fa6

Analogous Colors of #a6236f

#a6236f #a6232d #9c23a6

Monochromatic Colors of #a6236f

#a6236f

Complementary Color

#a6236f #23a65a

#a6236f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6236f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6236f Color CSS Codes

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

#a6236f Text Font Color

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

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


#a6236f Background Color

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

This div background color is #a6236f


#a6236f Border Color

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

This div border color is #a6236f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6236f


Comments

No comments written yet.

Please login to write comment.