Color Hex Logo

#a6758d Color Hex

#A6758D
(166,117,141)
0 Favorites   0 Comments

Color spaces of #a6758d

RGB 166117141
HSL0.920.220.55
HSV331°30°65°
CMYK 0.000.300.15   0.35
XYZ26.894922.752728.1735
Yxy22.75270.34560.2924
Hunter Lab47.699817.1702-1.6293
CIE-Lab54.816723.0125-5.3475

#a6758d color RGB value is (166,117,141).

#a6758d hex color red value is 166, green value is 117 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a6758d hue: 0.92 , saturation: 0.22 and the lightness value of a6758d is 0.55.

The process color (four color CMYK) of #a6758d color hex is 0.00, 0.30, 0.15, 0.35. Web safe color of #a6758d is #996699. Color #a6758d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 10001101
Octal 246 165 215
Decimal 166 117 141
Hex A6 75 8D

RGB Percentages of Color #a6758d

%39.15
%27.59
%33.25

CMYK Percentages of Color #a6758d

%0
%30
%15
%35

Triadic Colors of #a6758d

#a6758d #8da675 #758da6

Analogous Colors of #a6758d

#a6758d #a67675 #a675a6

Monochromatic Colors of #a6758d

#a6758d

Complementary Color

#a6758d #75a68e

#a6758d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6758d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6758d Color CSS Codes

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

#a6758d Text Font Color

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

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


#a6758d Background Color

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

This div background color is #a6758d


#a6758d Border Color

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

This div border color is #a6758d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6758d


Comments

No comments written yet.

Please login to write comment.