Color Hex Logo

#a878ae Color Hex

#A878AE
(168,120,174)
0 Favorites   0 Comments

Color spaces of #a878ae

RGB 168120174
HSL0.810.250.58
HSV293°31°68°
CMYK 0.030.310.00   0.32
XYZ30.504924.813843.2262
Yxy24.81380.30960.2518
Hunter Lab49.813522.1368-16.5802
CIE-Lab56.893528.1353-21.3130

#a878ae color RGB value is (168,120,174).

#a878ae hex color red value is 168, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a878ae hue: 0.81 , saturation: 0.25 and the lightness value of a878ae is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111000 10101110
Octal 250 170 256
Decimal 168 120 174
Hex A8 78 AE

RGB Percentages of Color #a878ae

%36.36
%25.97
%37.66

CMYK Percentages of Color #a878ae

%3
%31
%0
%32

Triadic Colors of #a878ae

#a878ae #aea878 #78aea8

Analogous Colors of #a878ae

#a878ae #ae7899 #8d78ae

Monochromatic Colors of #a878ae

#a878ae

Complementary Color

#a878ae #7eae78

#a878ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a878ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a878ae Color CSS Codes

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

#a878ae Text Font Color

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

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


#a878ae Background Color

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

This div background color is #a878ae


#a878ae Border Color

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

This div border color is #a878ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,120,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 #a878ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a878ae


Comments

No comments written yet.

Please login to write comment.