Color Hex Logo

#a64165 Color Hex

#A64165
(166,65,101)
0 Favorites   0 Comments

Color spaces of #a64165

RGB 16665101
HSL0.940.440.45
HSV339°61°65°
CMYK 0.000.610.39   0.35
XYZ19.965112.827213.7355
Yxy12.82720.42910.2757
Hunter Lab35.815136.82842.3322
CIE-Lab42.501745.05950.5595

#a64165 color RGB value is (166,65,101).

#a64165 hex color red value is 166, green value is 65 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a64165 hue: 0.94 , saturation: 0.44 and the lightness value of a64165 is 0.45.

The process color (four color CMYK) of #a64165 color hex is 0.00, 0.61, 0.39, 0.35. Web safe color of #a64165 is #993366. Color #a64165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 01100101
Octal 246 101 145
Decimal 166 65 101
Hex A6 41 65

RGB Percentages of Color #a64165

%50.00
%19.58
%30.42

CMYK Percentages of Color #a64165

%0
%61
%39
%35

Triadic Colors of #a64165

#a64165 #65a641 #4165a6

Analogous Colors of #a64165

#a64165 #a65041 #a64198

Monochromatic Colors of #a64165

#a64165

Complementary Color

#a64165 #41a682

#a64165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64165 Color CSS Codes

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

#a64165 Text Font Color

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

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


#a64165 Background Color

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

This div background color is #a64165


#a64165 Border Color

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

This div border color is #a64165


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,65,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 #a64165">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64165


Comments

No comments written yet.

Please login to write comment.