Color Hex Logo

#a65478 Color Hex

#A65478
(166,84,120)
0 Favorites   0 Comments

Color spaces of #a65478

RGB 16684120
HSL0.930.330.49
HSV334°49°65°
CMYK 0.000.490.28   0.35
XYZ22.286415.803719.6451
Yxy15.80370.38600.2737
Hunter Lab39.753930.4995-1.4715
CIE-Lab46.715937.9944-4.8821

#a65478 color RGB value is (166,84,120).

#a65478 hex color red value is 166, green value is 84 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a65478 hue: 0.93 , saturation: 0.33 and the lightness value of a65478 is 0.49.

The process color (four color CMYK) of #a65478 color hex is 0.00, 0.49, 0.28, 0.35. Web safe color of #a65478 is #996666. Color #a65478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010100 01111000
Octal 246 124 170
Decimal 166 84 120
Hex A6 54 78

RGB Percentages of Color #a65478

%44.86
%22.70
%32.43

CMYK Percentages of Color #a65478

%0
%49
%28
%35

Triadic Colors of #a65478

#a65478 #78a654 #5478a6

Analogous Colors of #a65478

#a65478 #a65954 #a654a1

Monochromatic Colors of #a65478

#a65478

Complementary Color

#a65478 #54a682

#a65478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65478 Color CSS Codes

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

#a65478 Text Font Color

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

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


#a65478 Background Color

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

This div background color is #a65478


#a65478 Border Color

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

This div border color is #a65478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65478


Comments

No comments written yet.

Please login to write comment.