Color Hex Logo

#a89ec2 Color Hex

#A89EC2
(168,158,194)
0 Favorites   0 Comments

Color spaces of #a89ec2

RGB 168158194
HSL0.710.230.69
HSV257°19°76°
CMYK 0.130.190.00   0.24
XYZ38.112936.673656.1089
Yxy36.67360.29120.2802
Hunter Lab60.55876.3620-12.5423
CIE-Lab67.031410.8128-17.1868

#a89ec2 color RGB value is (168,158,194).

#a89ec2 hex color red value is 168, green value is 158 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #a89ec2 hue: 0.71 , saturation: 0.23 and the lightness value of a89ec2 is 0.69.

The process color (four color CMYK) of #a89ec2 color hex is 0.13, 0.19, 0.00, 0.24. Web safe color of #a89ec2 is #9999cc. Color #a89ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011110 11000010
Octal 250 236 302
Decimal 168 158 194
Hex A8 9E C2

RGB Percentages of Color #a89ec2

%32.31
%30.38
%37.31

CMYK Percentages of Color #a89ec2

%13
%19
%0
%24

Triadic Colors of #a89ec2

#a89ec2 #c2a89e #9ec2a8

Analogous Colors of #a89ec2

#a89ec2 #ba9ec2 #9ea6c2

Monochromatic Colors of #a89ec2

#a89ec2

Complementary Color

#a89ec2 #b8c29e

#a89ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ec2 Color CSS Codes

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

#a89ec2 Text Font Color

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

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


#a89ec2 Background Color

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

This div background color is #a89ec2


#a89ec2 Border Color

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

This div border color is #a89ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ec2


Comments

No comments written yet.

Please login to write comment.