Color Hex Logo

#a5236e Color Hex

#A5236E
(165,35,110)
0 Favorites   0 Comments

Color spaces of #a5236e

RGB 16535110
HSL0.900.650.39
HSV325°79°65°
CMYK 0.000.790.33   0.35
XYZ18.932610.327215.7473
Yxy10.32720.42070.2295
Hunter Lab32.136048.9237-6.5582
CIE-Lab38.423457.4239-11.1479

#a5236e color RGB value is (165,35,110).

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

The process color (four color CMYK) of #a5236e color hex is 0.00, 0.79, 0.33, 0.35. Web safe color of #a5236e is #993366. Color #a5236e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100011 01101110
Octal 245 43 156
Decimal 165 35 110
Hex A5 23 6E

RGB Percentages of Color #a5236e

%53.23
%11.29
%35.48

CMYK Percentages of Color #a5236e

%0
%79
%33
%35

Triadic Colors of #a5236e

#a5236e #6ea523 #236ea5

Analogous Colors of #a5236e

#a5236e #a5232d #9b23a5

Monochromatic Colors of #a5236e

#a5236e

Complementary Color

#a5236e #23a55a

#a5236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5236e Color CSS Codes

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

#a5236e Text Font Color

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

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


#a5236e Background Color

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

This div background color is #a5236e


#a5236e Border Color

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

This div border color is #a5236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5236e


Comments

No comments written yet.

Please login to write comment.