Color Hex Logo

#a3438e Color Hex

#A3438E
(163,67,142)
0 Favorites   0 Comments

Color spaces of #a3438e

RGB 16367142
HSL0.870.420.45
HSV313°59°64°
CMYK 0.000.590.13   0.36
XYZ21.993913.753827.0867
Yxy13.75380.35000.2189
Hunter Lab37.086140.9586-17.3435
CIE-Lab43.877848.8729-22.5474

#a3438e color RGB value is (163,67,142).

#a3438e hex color red value is 163, green value is 67 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a3438e hue: 0.87 , saturation: 0.42 and the lightness value of a3438e is 0.45.

The process color (four color CMYK) of #a3438e color hex is 0.00, 0.59, 0.13, 0.36. Web safe color of #a3438e is #993399. Color #a3438e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000011 10001110
Octal 243 103 216
Decimal 163 67 142
Hex A3 43 8E

RGB Percentages of Color #a3438e

%43.82
%18.01
%38.17

CMYK Percentages of Color #a3438e

%0
%59
%13
%36

Triadic Colors of #a3438e

#a3438e #8ea343 #438ea3

Analogous Colors of #a3438e

#a3438e #a3435e #8843a3

Monochromatic Colors of #a3438e

#a3438e

Complementary Color

#a3438e #43a358

#a3438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3438e Color CSS Codes

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

#a3438e Text Font Color

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

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


#a3438e Background Color

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

This div background color is #a3438e


#a3438e Border Color

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

This div border color is #a3438e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,67,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 #a3438e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3438e


Comments

No comments written yet.

Please login to write comment.