Color Hex Logo

#a51688 Color Hex

#A51688
(165,22,136)
0 Favorites   0 Comments

Color spaces of #a51688

RGB 16522136
HSL0.870.760.37
HSV312°87°65°
CMYK 0.000.870.18   0.35
XYZ20.247910.350724.2233
Yxy10.35070.36930.1888
Hunter Lab32.172556.0378-22.1198
CIE-Lab38.464663.8575-27.2820

#a51688 color RGB value is (165,22,136).

#a51688 hex color red value is 165, green value is 22 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a51688 hue: 0.87 , saturation: 0.76 and the lightness value of a51688 is 0.37.

The process color (four color CMYK) of #a51688 color hex is 0.00, 0.87, 0.18, 0.35. Web safe color of #a51688 is #990099. Color #a51688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010110 10001000
Octal 245 26 210
Decimal 165 22 136
Hex A5 16 88

RGB Percentages of Color #a51688

%51.08
%6.81
%42.11

CMYK Percentages of Color #a51688

%0
%87
%18
%35

Triadic Colors of #a51688

#a51688 #88a516 #1688a5

Analogous Colors of #a51688

#a51688 #a51640 #7b16a5

Monochromatic Colors of #a51688

#a51688

Complementary Color

#a51688 #16a533

#a51688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51688 Color CSS Codes

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

#a51688 Text Font Color

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

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


#a51688 Background Color

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

This div background color is #a51688


#a51688 Border Color

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

This div border color is #a51688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51688


Comments

No comments written yet.

Please login to write comment.