Color Hex Logo

#a42383 Color Hex

#A42383
(164,35,131)
0 Favorites   0 Comments

Color spaces of #a42383

RGB 16435131
HSL0.880.650.39
HSV315°79°64°
CMYK 0.000.790.20   0.36
XYZ20.007610.733322.4899
Yxy10.73330.37590.2016
Hunter Lab32.761751.6771-17.7675
CIE-Lab39.127659.8138-23.1765

#a42383 color RGB value is (164,35,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 10000011
Octal 244 43 203
Decimal 164 35 131
Hex A4 23 83

RGB Percentages of Color #a42383

%49.70
%10.61
%39.70

CMYK Percentages of Color #a42383

%0
%79
%20
%36

Triadic Colors of #a42383

#a42383 #83a423 #2383a4

Analogous Colors of #a42383

#a42383 #a42342 #8523a4

Monochromatic Colors of #a42383

#a42383

Complementary Color

#a42383 #23a444

#a42383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42383 Color CSS Codes

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

#a42383 Text Font Color

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

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


#a42383 Background Color

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

This div background color is #a42383


#a42383 Border Color

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

This div border color is #a42383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42383


Comments

No comments written yet.

Please login to write comment.