Color Hex Logo

#a287b0 Color Hex

#A287B0
(162,135,176)
0 Favorites   0 Comments

Color spaces of #a287b0

RGB 162135176
HSL0.780.210.61
HSV280°23°69°
CMYK 0.080.230.00   0.31
XYZ31.400728.143944.8516
Yxy28.14390.30080.2696
Hunter Lab53.050812.8149-12.9909
CIE-Lab60.018517.9843-17.7449

#a287b0 color RGB value is (162,135,176).

#a287b0 hex color red value is 162, green value is 135 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a287b0 hue: 0.78 , saturation: 0.21 and the lightness value of a287b0 is 0.61.

The process color (four color CMYK) of #a287b0 color hex is 0.08, 0.23, 0.00, 0.31. Web safe color of #a287b0 is #999999. Color #a287b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000111 10110000
Octal 242 207 260
Decimal 162 135 176
Hex A2 87 B0

RGB Percentages of Color #a287b0

%34.25
%28.54
%37.21

CMYK Percentages of Color #a287b0

%8
%23
%0
%31

Triadic Colors of #a287b0

#a287b0 #b0a287 #87b0a2

Analogous Colors of #a287b0

#a287b0 #b087aa #8e87b0

Monochromatic Colors of #a287b0

#a287b0

Complementary Color

#a287b0 #95b087

#a287b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a287b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a287b0 Color CSS Codes

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

#a287b0 Text Font Color

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

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


#a287b0 Background Color

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

This div background color is #a287b0


#a287b0 Border Color

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

This div border color is #a287b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a287b0


Comments

No comments written yet.

Please login to write comment.