Color Hex Logo

#a65181 Color Hex

#A65181
(166,81,129)
0 Favorites   0 Comments

Color spaces of #a65181

RGB 16681129
HSL0.910.340.48
HSV326°51°65°
CMYK 0.000.510.22   0.35
XYZ22.630815.576822.5827
Yxy15.57680.37230.2562
Hunter Lab39.467533.2846-6.2977
CIE-Lab46.414340.8745-10.7756

#a65181 color RGB value is (166,81,129).

#a65181 hex color red value is 166, green value is 81 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a65181 hue: 0.91 , saturation: 0.34 and the lightness value of a65181 is 0.48.

The process color (four color CMYK) of #a65181 color hex is 0.00, 0.51, 0.22, 0.35. Web safe color of #a65181 is #996699. Color #a65181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 10000001
Octal 246 121 201
Decimal 166 81 129
Hex A6 51 81

RGB Percentages of Color #a65181

%44.15
%21.54
%34.31

CMYK Percentages of Color #a65181

%0
%51
%22
%35

Triadic Colors of #a65181

#a65181 #81a651 #5181a6

Analogous Colors of #a65181

#a65181 #a65156 #a151a6

Monochromatic Colors of #a65181

#a65181

Complementary Color

#a65181 #51a676

#a65181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65181 Color CSS Codes

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

#a65181 Text Font Color

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

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


#a65181 Background Color

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

This div background color is #a65181


#a65181 Border Color

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

This div border color is #a65181


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,81,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65181; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65181;
  -webkit-box-shadow: 1px 1px 3px 2px #a65181;
  box-shadow:         1px 1px 3px 2px #a65181; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,81,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65181


Comments

No comments written yet.

Please login to write comment.