Color Hex Logo

#a6458f Color Hex

#A6458F
(166,69,143)
0 Favorites   0 Comments

Color spaces of #a6458f

RGB 16669143
HSL0.870.410.46
HSV314°58°65°
CMYK 0.000.580.14   0.35
XYZ22.811914.346427.5534
Yxy14.34640.35250.2217
Hunter Lab37.876641.2208-16.6169
CIE-Lab44.725748.9775-21.8038

#a6458f color RGB value is (166,69,143).

#a6458f hex color red value is 166, green value is 69 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a6458f hue: 0.87 , saturation: 0.41 and the lightness value of a6458f is 0.46.

The process color (four color CMYK) of #a6458f color hex is 0.00, 0.58, 0.14, 0.35. Web safe color of #a6458f is #993399. Color #a6458f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000101 10001111
Octal 246 105 217
Decimal 166 69 143
Hex A6 45 8F

RGB Percentages of Color #a6458f

%43.92
%18.25
%37.83

CMYK Percentages of Color #a6458f

%0
%58
%14
%35

Triadic Colors of #a6458f

#a6458f #8fa645 #458fa6

Analogous Colors of #a6458f

#a6458f #a6455f #8d45a6

Monochromatic Colors of #a6458f

#a6458f

Complementary Color

#a6458f #45a65c

#a6458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6458f Color CSS Codes

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

#a6458f Text Font Color

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

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


#a6458f Background Color

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

This div background color is #a6458f


#a6458f Border Color

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

This div border color is #a6458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6458f


Comments

No comments written yet.

Please login to write comment.