Color Hex Logo

#a187de Color Hex

#A187DE
(161,135,222)
0 Favorites   0 Comments

Color spaces of #a187de

RGB 161135222
HSL0.720.570.70
HSV258°39°87°
CMYK 0.270.390.00   0.13
XYZ36.546730.178973.0061
Yxy30.17890.26150.2160
Hunter Lab54.935322.6135-40.3385
CIE-Lab61.808328.2050-40.8982

#a187de color RGB value is (161,135,222).

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

The process color (four color CMYK) of #a187de color hex is 0.27, 0.39, 0.00, 0.13. Web safe color of #a187de is #9999cc. Color #a187de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 11011110
Octal 241 207 336
Decimal 161 135 222
Hex A1 87 DE

RGB Percentages of Color #a187de

%31.08
%26.06
%42.86

CMYK Percentages of Color #a187de

%27
%39
%0
%13

Triadic Colors of #a187de

#a187de #dea187 #87dea1

Analogous Colors of #a187de

#a187de #cd87de #8799de

Monochromatic Colors of #a187de

#a187de

Complementary Color

#a187de #c4de87

#a187de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187de Color CSS Codes

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

#a187de Text Font Color

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

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


#a187de Background Color

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

This div background color is #a187de


#a187de Border Color

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

This div border color is #a187de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187de


Comments

No comments written yet.

Please login to write comment.