Color Hex Logo

#a51184 Color Hex

#A51184
(165,17,132)
0 Favorites   0 Comments

Color spaces of #a51184

RGB 16517132
HSL0.870.810.36
HSV313°90°65°
CMYK 0.000.900.20   0.35
XYZ19.882410.066222.7248
Yxy10.06620.37750.1911
Hunter Lab31.727356.3371-20.2576
CIE-Lab37.961064.2207-25.5980

#a51184 color RGB value is (165,17,132).

#a51184 hex color red value is 165, green value is 17 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a51184 hue: 0.87 , saturation: 0.81 and the lightness value of a51184 is 0.36.

The process color (four color CMYK) of #a51184 color hex is 0.00, 0.90, 0.20, 0.35. Web safe color of #a51184 is #990099. Color #a51184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 10000100
Octal 245 21 204
Decimal 165 17 132
Hex A5 11 84

RGB Percentages of Color #a51184

%52.55
%5.41
%42.04

CMYK Percentages of Color #a51184

%0
%90
%20
%35

Triadic Colors of #a51184

#a51184 #84a511 #1184a5

Analogous Colors of #a51184

#a51184 #a5113a #7c11a5

Monochromatic Colors of #a51184

#a51184

Complementary Color

#a51184 #11a532

#a51184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51184 Color CSS Codes

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

#a51184 Text Font Color

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

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


#a51184 Background Color

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

This div background color is #a51184


#a51184 Border Color

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

This div border color is #a51184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51184


Comments

No comments written yet.

Please login to write comment.