Color Hex Logo

#a287ea Color Hex

#A287EA
(162,135,234)
0 Favorites   0 Comments

Color spaces of #a287ea

RGB 162135234
HSL0.710.700.72
HSV256°42°92°
CMYK 0.310.420.00   0.08
XYZ38.415530.949881.7911
Yxy30.94980.25410.2048
Hunter Lab55.632525.9012-48.2255
CIE-Lab62.465231.4678-46.5227

#a287ea color RGB value is (162,135,234).

#a287ea hex color red value is 162, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a287ea hue: 0.71 , saturation: 0.70 and the lightness value of a287ea is 0.72.

The process color (four color CMYK) of #a287ea color hex is 0.31, 0.42, 0.00, 0.08. Web safe color of #a287ea is #9999ff. Color #a287ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000111 11101010
Octal 242 207 352
Decimal 162 135 234
Hex A2 87 EA

RGB Percentages of Color #a287ea

%30.51
%25.42
%44.07

CMYK Percentages of Color #a287ea

%31
%42
%0
%8

Triadic Colors of #a287ea

#a287ea #eaa287 #87eaa2

Analogous Colors of #a287ea

#a287ea #d487ea #879eea

Monochromatic Colors of #a287ea

#a287ea

Complementary Color

#a287ea #cfea87

#a287ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a287ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a287ea Color CSS Codes

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

#a287ea Text Font Color

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

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


#a287ea Background Color

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

This div background color is #a287ea


#a287ea Border Color

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

This div border color is #a287ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a287ea


Comments

No comments written yet.

Please login to write comment.