Color Hex Logo

#a65779 Color Hex

#A65779
(166,87,121)
0 Favorites   0 Comments

Color spaces of #a65779

RGB 16687121
HSL0.930.310.50
HSV334°48°65°
CMYK 0.000.480.27   0.35
XYZ22.585316.303920.0457
Yxy16.30390.38320.2766
Hunter Lab40.378129.1815-1.1699
CIE-Lab47.370736.5442-4.5161

#a65779 color RGB value is (166,87,121).

#a65779 hex color red value is 166, green value is 87 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a65779 hue: 0.93 , saturation: 0.31 and the lightness value of a65779 is 0.50.

The process color (four color CMYK) of #a65779 color hex is 0.00, 0.48, 0.27, 0.35. Web safe color of #a65779 is #996666. Color #a65779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010111 01111001
Octal 246 127 171
Decimal 166 87 121
Hex A6 57 79

RGB Percentages of Color #a65779

%44.39
%23.26
%32.35

CMYK Percentages of Color #a65779

%0
%48
%27
%35

Triadic Colors of #a65779

#a65779 #79a657 #5779a6

Analogous Colors of #a65779

#a65779 #a65d57 #a657a1

Monochromatic Colors of #a65779

#a65779

Complementary Color

#a65779 #57a684

#a65779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65779 Color CSS Codes

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

#a65779 Text Font Color

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

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


#a65779 Background Color

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

This div background color is #a65779


#a65779 Border Color

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

This div border color is #a65779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65779


Comments

No comments written yet.

Please login to write comment.