Color Hex Logo

#a287fd Color Hex

#A287FD
(162,135,253)
0 Favorites   0 Comments

Color spaces of #a287fd

RGB 162135253
HSL0.700.970.76
HSV254°47°99°
CMYK 0.360.470.00   0.01
XYZ41.293932.101296.9482
Yxy32.10120.24240.1885
Hunter Lab56.657930.9445-61.7914
CIE-Lab63.426436.3364-55.4659

#a287fd color RGB value is (162,135,253).

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

The process color (four color CMYK) of #a287fd color hex is 0.36, 0.47, 0.00, 0.01. Web safe color of #a287fd is #9999ff. Color #a287fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000111 11111101
Octal 242 207 375
Decimal 162 135 253
Hex A2 87 FD

RGB Percentages of Color #a287fd

%29.45
%24.55
%46.00

CMYK Percentages of Color #a287fd

%36
%47
%0
%1

Triadic Colors of #a287fd

#a287fd #fda287 #87fda2

Analogous Colors of #a287fd

#a287fd #dd87fd #87a7fd

Monochromatic Colors of #a287fd

#a287fd

Complementary Color

#a287fd #e2fd87

#a287fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a287fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a287fd Color CSS Codes

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

#a287fd Text Font Color

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

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


#a287fd Background Color

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

This div background color is #a287fd


#a287fd Border Color

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

This div border color is #a287fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a287fd

Related Colors


Comments

No comments written yet.

Please login to write comment.