Color Hex Logo

#a51166 Color Hex

#A51166
(165,17,102)
0 Favorites   0 Comments

Color spaces of #a51166

RGB 16517102
HSL0.900.810.36
HSV326°90°65°
CMYK 0.000.900.38   0.35
XYZ18.11589.359513.4221
Yxy9.35950.44300.2289
Hunter Lab30.593352.1604-4.5968
CIE-Lab36.667460.7314-8.7308

#a51166 color RGB value is (165,17,102).

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

The process color (four color CMYK) of #a51166 color hex is 0.00, 0.90, 0.38, 0.35. Web safe color of #a51166 is #990066. Color #a51166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 01100110
Octal 245 21 146
Decimal 165 17 102
Hex A5 11 66

RGB Percentages of Color #a51166

%58.10
%5.99
%35.92

CMYK Percentages of Color #a51166

%0
%90
%38
%35

Triadic Colors of #a51166

#a51166 #66a511 #1166a5

Analogous Colors of #a51166

#a51166 #a5111c #9a11a5

Monochromatic Colors of #a51166

#a51166

Complementary Color

#a51166 #11a550

#a51166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51166 Color CSS Codes

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

#a51166 Text Font Color

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

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


#a51166 Background Color

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

This div background color is #a51166


#a51166 Border Color

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

This div border color is #a51166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51166


Comments

No comments written yet.

Please login to write comment.