Color Hex Logo

#a89bed Color Hex

#A89BED
(168,155,237)
0 Favorites   0 Comments

Color spaces of #a89bed

RGB 168155237
HSL0.690.690.77
HSV250°35°93°
CMYK 0.290.350.00   0.07
XYZ43.155937.881985.1582
Yxy37.88190.25970.2279
Hunter Lab61.548317.4496-38.9499
CIE-Lab67.933522.5179-39.5560

#a89bed color RGB value is (168,155,237).

#a89bed hex color red value is 168, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a89bed hue: 0.69 , saturation: 0.69 and the lightness value of a89bed is 0.77.

The process color (four color CMYK) of #a89bed color hex is 0.29, 0.35, 0.00, 0.07. Web safe color of #a89bed is #9999ff. Color #a89bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011011 11101101
Octal 250 233 355
Decimal 168 155 237
Hex A8 9B ED

RGB Percentages of Color #a89bed

%30.00
%27.68
%42.32

CMYK Percentages of Color #a89bed

%29
%35
%0
%7

Triadic Colors of #a89bed

#a89bed #eda89b #9beda8

Analogous Colors of #a89bed

#a89bed #d19bed #9bb7ed

Monochromatic Colors of #a89bed

#a89bed

Complementary Color

#a89bed #e0ed9b

#a89bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89bed Color CSS Codes

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

#a89bed Text Font Color

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

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


#a89bed Background Color

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

This div background color is #a89bed


#a89bed Border Color

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

This div border color is #a89bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89bed


Comments

No comments written yet.

Please login to write comment.