Color Hex Logo

#a187ff Color Hex

#A187FF
(161,135,255)
0 Favorites   0 Comments

Color spaces of #a187ff

RGB 161135255
HSL0.701.000.76
HSV253°47°100°
CMYK 0.370.470.00   0.00
XYZ41.411932.125098.6258
Yxy32.12500.24050.1866
Hunter Lab56.678931.2312-63.4940
CIE-Lab63.446136.6122-56.5355

#a187ff color RGB value is (161,135,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 11111111
Octal 241 207 377
Decimal 161 135 255
Hex A1 87 FF

RGB Percentages of Color #a187ff

%29.22
%24.50
%46.28

CMYK Percentages of Color #a187ff

%37
%47
%0
%0

Triadic Colors of #a187ff

#a187ff #ffa187 #87ffa1

Analogous Colors of #a187ff

#a187ff #dd87ff #87a9ff

Monochromatic Colors of #a187ff

#a187ff

Complementary Color

#a187ff #e5ff87

#a187ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187ff Color CSS Codes

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

#a187ff Text Font Color

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

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


#a187ff Background Color

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

This div background color is #a187ff


#a187ff Border Color

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

This div border color is #a187ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187ff

Related Colors


Comments

No comments written yet.

Please login to write comment.