Color Hex Logo

#a3235a Color Hex

#A3235A
(163,35,90)
0 Favorites   0 Comments

Color spaces of #a3235a

RGB 1633590
HSL0.930.650.39
HSV334°79°64°
CMYK 0.000.790.45   0.36
XYZ17.55089.726810.6253
Yxy9.72680.46300.2566
Hunter Lab31.187845.87141.6321
CIE-Lab37.347654.7768-0.0997

#a3235a color RGB value is (163,35,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100011 01011010
Octal 243 43 132
Decimal 163 35 90
Hex A3 23 5A

RGB Percentages of Color #a3235a

%56.60
%12.15
%31.25

CMYK Percentages of Color #a3235a

%0
%79
%45
%36

Triadic Colors of #a3235a

#a3235a #5aa323 #235aa3

Analogous Colors of #a3235a

#a3235a #a32c23 #a3239a

Monochromatic Colors of #a3235a

#a3235a

Complementary Color

#a3235a #23a36c

#a3235a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3235a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3235a Color CSS Codes

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

#a3235a Text Font Color

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

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


#a3235a Background Color

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

This div background color is #a3235a


#a3235a Border Color

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

This div border color is #a3235a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3235a


Comments

No comments written yet.

Please login to write comment.