Color Hex Logo

#a5124d Color Hex

#A5124D
(165,18,77)
0 Favorites   0 Comments

Color spaces of #a5124d

RGB 1651877
HSL0.930.800.36
HSV336°89°65°
CMYK 0.000.890.53   0.35
XYZ17.07298.96787.8523
Yxy8.96780.50370.2646
Hunter Lab29.946349.36005.4158
CIE-Lab35.922258.31246.2727

#a5124d color RGB value is (165,18,77).

#a5124d hex color red value is 165, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a5124d hue: 0.93 , saturation: 0.80 and the lightness value of a5124d is 0.36.

The process color (four color CMYK) of #a5124d color hex is 0.00, 0.89, 0.53, 0.35. Web safe color of #a5124d is #990066. Color #a5124d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010010 01001101
Octal 245 22 115
Decimal 165 18 77
Hex A5 12 4D

RGB Percentages of Color #a5124d

%63.46
%6.92
%29.62

CMYK Percentages of Color #a5124d

%0
%89
%53
%35

Triadic Colors of #a5124d

#a5124d #4da512 #124da5

Analogous Colors of #a5124d

#a5124d #a52112 #a51297

Monochromatic Colors of #a5124d

#a5124d

Complementary Color

#a5124d #12a56a

#a5124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5124d Color CSS Codes

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

#a5124d Text Font Color

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

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


#a5124d Background Color

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

This div background color is #a5124d


#a5124d Border Color

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

This div border color is #a5124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5124d


Comments

No comments written yet.

Please login to write comment.