Color Hex Logo

#a61765 Color Hex

#A61765
(166,23,101)
0 Favorites   0 Comments

Color spaces of #a61765

RGB 16623101
HSL0.910.760.37
HSV327°86°65°
CMYK 0.000.860.39   0.35
XYZ18.38129.659413.2076
Yxy9.65940.44560.2342
Hunter Lab31.079651.1799-3.4402
CIE-Lab37.224159.7306-7.2380

#a61765 color RGB value is (166,23,101).

#a61765 hex color red value is 166, green value is 23 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a61765 hue: 0.91 , saturation: 0.76 and the lightness value of a61765 is 0.37.

The process color (four color CMYK) of #a61765 color hex is 0.00, 0.86, 0.39, 0.35. Web safe color of #a61765 is #990066. Color #a61765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010111 01100101
Octal 246 27 145
Decimal 166 23 101
Hex A6 17 65

RGB Percentages of Color #a61765

%57.24
%7.93
%34.83

CMYK Percentages of Color #a61765

%0
%86
%39
%35

Triadic Colors of #a61765

#a61765 #65a617 #1765a6

Analogous Colors of #a61765

#a61765 #a6171d #a017a6

Monochromatic Colors of #a61765

#a61765

Complementary Color

#a61765 #17a658

#a61765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61765 Color CSS Codes

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

#a61765 Text Font Color

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

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


#a61765 Background Color

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

This div background color is #a61765


#a61765 Border Color

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

This div border color is #a61765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61765


Comments

No comments written yet.

Please login to write comment.