Color Hex Logo

#a64167 Color Hex

#A64167
(166,65,103)
0 Favorites   0 Comments

Color spaces of #a64167

RGB 16665103
HSL0.940.440.45
HSV337°61°65°
CMYK 0.000.610.38   0.35
XYZ20.064412.866914.2580
Yxy12.86690.42520.2727
Hunter Lab35.870537.07191.5424
CIE-Lab42.562045.2915-0.5926

#a64167 color RGB value is (166,65,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 01100111
Octal 246 101 147
Decimal 166 65 103
Hex A6 41 67

RGB Percentages of Color #a64167

%49.70
%19.46
%30.84

CMYK Percentages of Color #a64167

%0
%61
%38
%35

Triadic Colors of #a64167

#a64167 #67a641 #4167a6

Analogous Colors of #a64167

#a64167 #a64e41 #a6419a

Monochromatic Colors of #a64167

#a64167

Complementary Color

#a64167 #41a680

#a64167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64167 Color CSS Codes

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

#a64167 Text Font Color

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

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


#a64167 Background Color

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

This div background color is #a64167


#a64167 Border Color

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

This div border color is #a64167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64167


Comments

No comments written yet.

Please login to write comment.