Color Hex Logo

#a89ecb Color Hex

#A89ECB
(168,158,203)
0 Favorites   0 Comments

Color spaces of #a89ecb

RGB 168158203
HSL0.700.300.71
HSV253°22°80°
CMYK 0.170.220.00   0.20
XYZ39.154837.090361.5954
Yxy37.09030.28410.2691
Hunter Lab60.90188.1825-17.3340
CIE-Lab67.344712.7920-21.7113

#a89ecb color RGB value is (168,158,203).

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

The process color (four color CMYK) of #a89ecb color hex is 0.17, 0.22, 0.00, 0.20. Web safe color of #a89ecb is #9999cc. Color #a89ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011110 11001011
Octal 250 236 313
Decimal 168 158 203
Hex A8 9E CB

RGB Percentages of Color #a89ecb

%31.76
%29.87
%38.37

CMYK Percentages of Color #a89ecb

%17
%22
%0
%20

Triadic Colors of #a89ecb

#a89ecb #cba89e #9ecba8

Analogous Colors of #a89ecb

#a89ecb #bf9ecb #9eabcb

Monochromatic Colors of #a89ecb

#a89ecb

Complementary Color

#a89ecb #c1cb9e

#a89ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ecb Color CSS Codes

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

#a89ecb Text Font Color

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

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


#a89ecb Background Color

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

This div background color is #a89ecb


#a89ecb Border Color

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

This div border color is #a89ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ecb


Comments

No comments written yet.

Please login to write comment.