Color Hex Logo

#a187d5 Color Hex

#A187D5
(161,135,213)
0 Favorites   0 Comments

Color spaces of #a187d5

RGB 161135213
HSL0.720.480.68
HSV260°37°84°
CMYK 0.240.370.00   0.16
XYZ35.372229.709166.8209
Yxy29.70910.26820.2252
Hunter Lab54.506120.4536-34.5315
CIE-Lab61.402426.0171-36.5078

#a187d5 color RGB value is (161,135,213).

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

The process color (four color CMYK) of #a187d5 color hex is 0.24, 0.37, 0.00, 0.16. Web safe color of #a187d5 is #9999cc. Color #a187d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 11010101
Octal 241 207 325
Decimal 161 135 213
Hex A1 87 D5

RGB Percentages of Color #a187d5

%31.63
%26.52
%41.85

CMYK Percentages of Color #a187d5

%24
%37
%0
%16

Triadic Colors of #a187d5

#a187d5 #d5a187 #87d5a1

Analogous Colors of #a187d5

#a187d5 #c887d5 #8794d5

Monochromatic Colors of #a187d5

#a187d5

Complementary Color

#a187d5 #bbd587

#a187d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187d5 Color CSS Codes

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

#a187d5 Text Font Color

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

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


#a187d5 Background Color

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

This div background color is #a187d5


#a187d5 Border Color

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

This div border color is #a187d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187d5


Comments

No comments written yet.

Please login to write comment.