Color Hex Logo

#a4238a Color Hex

#A4238A
(164,35,138)
0 Favorites   0 Comments

Color spaces of #a4238a

RGB 16435138
HSL0.870.650.39
HSV312°79°64°
CMYK 0.000.790.16   0.36
XYZ20.498310.929625.0740
Yxy10.92960.36280.1934
Hunter Lab33.059952.8212-21.8260
CIE-Lab39.461660.7860-26.9654

#a4238a color RGB value is (164,35,138).

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

The process color (four color CMYK) of #a4238a color hex is 0.00, 0.79, 0.16, 0.36. Web safe color of #a4238a is #993399. Color #a4238a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 10001010
Octal 244 43 212
Decimal 164 35 138
Hex A4 23 8A

RGB Percentages of Color #a4238a

%48.66
%10.39
%40.95

CMYK Percentages of Color #a4238a

%0
%79
%16
%36

Triadic Colors of #a4238a

#a4238a #8aa423 #238aa4

Analogous Colors of #a4238a

#a4238a #a42349 #7e23a4

Monochromatic Colors of #a4238a

#a4238a

Complementary Color

#a4238a #23a43d

#a4238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4238a Color CSS Codes

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

#a4238a Text Font Color

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

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


#a4238a Background Color

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

This div background color is #a4238a


#a4238a Border Color

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

This div border color is #a4238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4238a


Comments

No comments written yet.

Please login to write comment.