Color Hex Logo

#a864ae Color Hex

#A864AE
(168,100,174)
0 Favorites   0 Comments

Color spaces of #a864ae

RGB 168100174
HSL0.820.310.54
HSV295°43°68°
CMYK 0.030.430.00   0.32
XYZ28.345620.495242.5064
Yxy20.49520.31030.2244
Hunter Lab45.271632.5376-23.9784
CIE-Lab52.392539.2604-28.2529

#a864ae color RGB value is (168,100,174).

#a864ae hex color red value is 168, green value is 100 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a864ae hue: 0.82 , saturation: 0.31 and the lightness value of a864ae is 0.54.

The process color (four color CMYK) of #a864ae color hex is 0.03, 0.43, 0.00, 0.32. Web safe color of #a864ae is #996699. Color #a864ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100100 10101110
Octal 250 144 256
Decimal 168 100 174
Hex A8 64 AE

RGB Percentages of Color #a864ae

%38.01
%22.62
%39.37

CMYK Percentages of Color #a864ae

%3
%43
%0
%32

Triadic Colors of #a864ae

#a864ae #aea864 #64aea8

Analogous Colors of #a864ae

#a864ae #ae648f #8364ae

Monochromatic Colors of #a864ae

#a864ae

Complementary Color

#a864ae #6aae64

#a864ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a864ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a864ae Color CSS Codes

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

#a864ae Text Font Color

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

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


#a864ae Background Color

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

This div background color is #a864ae


#a864ae Border Color

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

This div border color is #a864ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,100,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a864ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a864ae;
  -webkit-box-shadow: 1px 1px 3px 2px #a864ae;
  box-shadow:         1px 1px 3px 2px #a864ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,100,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a864ae


Comments

No comments written yet.

Please login to write comment.