Color Hex Logo

#a65eac Color Hex

#A65EAC
(166,94,172)
0 Favorites   0 Comments

Color spaces of #a65eac

RGB 16694172
HSL0.820.320.52
HSV295°45°67°
CMYK 0.030.450.00   0.33
XYZ27.175019.091041.2824
Yxy19.09100.31040.2181
Hunter Lab43.693234.5548-25.4333
CIE-Lab50.793541.4895-29.5931

#a65eac color RGB value is (166,94,172).

#a65eac hex color red value is 166, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a65eac hue: 0.82 , saturation: 0.32 and the lightness value of a65eac is 0.52.

The process color (four color CMYK) of #a65eac color hex is 0.03, 0.45, 0.00, 0.33. Web safe color of #a65eac is #996699. Color #a65eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011110 10101100
Octal 246 136 254
Decimal 166 94 172
Hex A6 5E AC

RGB Percentages of Color #a65eac

%38.43
%21.76
%39.81

CMYK Percentages of Color #a65eac

%3
%45
%0
%33

Triadic Colors of #a65eac

#a65eac #aca65e #5eaca6

Analogous Colors of #a65eac

#a65eac #ac5e8b #7f5eac

Monochromatic Colors of #a65eac

#a65eac

Complementary Color

#a65eac #64ac5e

#a65eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65eac Color CSS Codes

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

#a65eac Text Font Color

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

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


#a65eac Background Color

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

This div background color is #a65eac


#a65eac Border Color

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

This div border color is #a65eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65eac


Comments

No comments written yet.

Please login to write comment.