Color Hex Logo

#a3236d Color Hex

#A3236D
(163,35,109)
0 Favorites   0 Comments

Color spaces of #a3236d

RGB 16335109
HSL0.900.650.39
HSV325°79°64°
CMYK 0.000.790.33   0.36
XYZ18.465610.092715.4428
Yxy10.09270.41970.2294
Hunter Lab31.769048.1566-6.5823
CIE-Lab38.008356.7922-11.1825

#a3236d color RGB value is (163,35,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100011 01101101
Octal 243 43 155
Decimal 163 35 109
Hex A3 23 6D

RGB Percentages of Color #a3236d

%53.09
%11.40
%35.50

CMYK Percentages of Color #a3236d

%0
%79
%33
%36

Triadic Colors of #a3236d

#a3236d #6da323 #236da3

Analogous Colors of #a3236d

#a3236d #a3232d #9923a3

Monochromatic Colors of #a3236d

#a3236d

Complementary Color

#a3236d #23a359

#a3236d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3236d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3236d Color CSS Codes

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

#a3236d Text Font Color

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

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


#a3236d Background Color

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

This div background color is #a3236d


#a3236d Border Color

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

This div border color is #a3236d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3236d


Comments

No comments written yet.

Please login to write comment.