Color Hex Logo

#a51272 Color Hex

#A51272
(165,18,114)
0 Favorites   0 Comments

Color spaces of #a51272

RGB 16518114
HSL0.890.800.36
HSV321°89°65°
CMYK 0.000.890.31   0.35
XYZ18.77069.646916.7923
Yxy9.64690.41520.2134
Hunter Lab31.059553.5214-10.3135
CIE-Lab37.201161.8571-15.5279

#a51272 color RGB value is (165,18,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010010 01110010
Octal 245 22 162
Decimal 165 18 114
Hex A5 12 72

RGB Percentages of Color #a51272

%55.56
%6.06
%38.38

CMYK Percentages of Color #a51272

%0
%89
%31
%35

Triadic Colors of #a51272

#a51272 #72a512 #1272a5

Analogous Colors of #a51272

#a51272 #a51229 #8f12a5

Monochromatic Colors of #a51272

#a51272

Complementary Color

#a51272 #12a545

#a51272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51272 Color CSS Codes

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

#a51272 Text Font Color

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

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


#a51272 Background Color

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

This div background color is #a51272


#a51272 Border Color

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

This div border color is #a51272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51272


Comments

No comments written yet.

Please login to write comment.