Color Hex Logo

#a187da Color Hex

#A187DA
(161,135,218)
0 Favorites   0 Comments

Color spaces of #a187da

RGB 161135218
HSL0.720.530.69
HSV259°38°85°
CMYK 0.260.380.00   0.15
XYZ36.016829.967070.2156
Yxy29.96700.26440.2200
Hunter Lab54.742121.6428-37.7295
CIE-Lab61.625727.2260-38.9535

#a187da color RGB value is (161,135,218).

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

The process color (four color CMYK) of #a187da color hex is 0.26, 0.38, 0.00, 0.15. Web safe color of #a187da is #9999cc. Color #a187da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 11011010
Octal 241 207 332
Decimal 161 135 218
Hex A1 87 DA

RGB Percentages of Color #a187da

%31.32
%26.26
%42.41

CMYK Percentages of Color #a187da

%26
%38
%0
%15

Triadic Colors of #a187da

#a187da #daa187 #87daa1

Analogous Colors of #a187da

#a187da #cb87da #8797da

Monochromatic Colors of #a187da

#a187da

Complementary Color

#a187da #c0da87

#a187da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187da Color CSS Codes

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

#a187da Text Font Color

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

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


#a187da Background Color

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

This div background color is #a187da


#a187da Border Color

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

This div border color is #a187da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187da


Comments

No comments written yet.

Please login to write comment.