Color Hex Logo

#a287ee Color Hex

#A287EE
(162,135,238)
0 Favorites   0 Comments

Color spaces of #a287ee

RGB 162135238
HSL0.710.750.73
HSV256°43°93°
CMYK 0.320.430.00   0.07
XYZ38.996931.182484.8524
Yxy31.18240.25150.2011
Hunter Lab55.841226.9340-51.0041
CIE-Lab62.661332.4783-48.4252

#a287ee color RGB value is (162,135,238).

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

The process color (four color CMYK) of #a287ee color hex is 0.32, 0.43, 0.00, 0.07. Web safe color of #a287ee is #9999ff. Color #a287ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000111 11101110
Octal 242 207 356
Decimal 162 135 238
Hex A2 87 EE

RGB Percentages of Color #a287ee

%30.28
%25.23
%44.49

CMYK Percentages of Color #a287ee

%32
%43
%0
%7

Triadic Colors of #a287ee

#a287ee #eea287 #87eea2

Analogous Colors of #a287ee

#a287ee #d687ee #87a0ee

Monochromatic Colors of #a287ee

#a287ee

Complementary Color

#a287ee #d3ee87

#a287ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a287ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a287ee Color CSS Codes

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

#a287ee Text Font Color

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

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


#a287ee Background Color

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

This div background color is #a287ee


#a287ee Border Color

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

This div border color is #a287ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a287ee


Comments

No comments written yet.

Please login to write comment.