Color Hex Logo

#a287bd Color Hex

#A287BD
(162,135,189)
0 Favorites   0 Comments

Color spaces of #a287bd

RGB 162135189
HSL0.750.290.64
HSV270°29°74°
CMYK 0.140.290.00   0.26
XYZ32.749628.683551.9545
Yxy28.68350.28880.2530
Hunter Lab53.557015.4264-20.0261
CIE-Lab60.501320.7836-24.3864

#a287bd color RGB value is (162,135,189).

#a287bd hex color red value is 162, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a287bd hue: 0.75 , saturation: 0.29 and the lightness value of a287bd is 0.64.

The process color (four color CMYK) of #a287bd color hex is 0.14, 0.29, 0.00, 0.26. Web safe color of #a287bd is #9999cc. Color #a287bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000111 10111101
Octal 242 207 275
Decimal 162 135 189
Hex A2 87 BD

RGB Percentages of Color #a287bd

%33.33
%27.78
%38.89

CMYK Percentages of Color #a287bd

%14
%29
%0
%26

Triadic Colors of #a287bd

#a287bd #bda287 #87bda2

Analogous Colors of #a287bd

#a287bd #bd87bd #8787bd

Monochromatic Colors of #a287bd

#a287bd

Complementary Color

#a287bd #a2bd87

#a287bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a287bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a287bd Color CSS Codes

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

#a287bd Text Font Color

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

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


#a287bd Background Color

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

This div background color is #a287bd


#a287bd Border Color

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

This div border color is #a287bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,135,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a287bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a287bd;
  -webkit-box-shadow: 1px 1px 3px 2px #a287bd;
  box-shadow:         1px 1px 3px 2px #a287bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,135,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a287bd


Comments

No comments written yet.

Please login to write comment.