Color Hex Logo

#a187cd Color Hex

#A187CD
(161,135,205)
0 Favorites   0 Comments

Color spaces of #a187cd

RGB 161135205
HSL0.730.410.67
HSV262°34°80°
CMYK 0.210.340.00   0.20
XYZ34.381429.312861.6034
Yxy29.31280.27440.2339
Hunter Lab54.141318.6058-29.5628
CIE-Lab61.056724.1174-32.5599

#a187cd color RGB value is (161,135,205).

#a187cd hex color red value is 161, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a187cd hue: 0.73 , saturation: 0.41 and the lightness value of a187cd is 0.67.

The process color (four color CMYK) of #a187cd color hex is 0.21, 0.34, 0.00, 0.20. Web safe color of #a187cd is #9999cc. Color #a187cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 11001101
Octal 241 207 315
Decimal 161 135 205
Hex A1 87 CD

RGB Percentages of Color #a187cd

%32.14
%26.95
%40.92

CMYK Percentages of Color #a187cd

%21
%34
%0
%20

Triadic Colors of #a187cd

#a187cd #cda187 #87cda1

Analogous Colors of #a187cd

#a187cd #c487cd #8790cd

Monochromatic Colors of #a187cd

#a187cd

Complementary Color

#a187cd #b3cd87

#a187cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187cd Color CSS Codes

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

#a187cd Text Font Color

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

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


#a187cd Background Color

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

This div background color is #a187cd


#a187cd Border Color

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

This div border color is #a187cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187cd


Comments

No comments written yet.

Please login to write comment.