Color Hex Logo

#a4235d Color Hex

#A4235D
(164,35,93)
0 Favorites   0 Comments

Color spaces of #a4235d

RGB 1643593
HSL0.930.650.39
HSV333°79°64°
CMYK 0.000.790.43   0.36
XYZ17.88679.884911.3212
Yxy9.88490.45750.2529
Hunter Lab31.440346.53010.6587
CIE-Lab37.635155.3425-1.5719

#a4235d color RGB value is (164,35,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 01011101
Octal 244 43 135
Decimal 164 35 93
Hex A4 23 5D

RGB Percentages of Color #a4235d

%56.16
%11.99
%31.85

CMYK Percentages of Color #a4235d

%0
%79
%43
%36

Triadic Colors of #a4235d

#a4235d #5da423 #235da4

Analogous Colors of #a4235d

#a4235d #a42a23 #a4239e

Monochromatic Colors of #a4235d

#a4235d

Complementary Color

#a4235d #23a46a

#a4235d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4235d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4235d Color CSS Codes

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

#a4235d Text Font Color

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

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


#a4235d Background Color

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

This div background color is #a4235d


#a4235d Border Color

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

This div border color is #a4235d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4235d


Comments

No comments written yet.

Please login to write comment.