Color Hex Logo

#a187ef Color Hex

#A187EF
(161,135,239)
0 Favorites   0 Comments

Color spaces of #a187ef

RGB 161135239
HSL0.710.760.73
HSV255°44°94°
CMYK 0.330.440.00   0.06
XYZ38.941931.137085.6189
Yxy31.13700.25010.2000
Hunter Lab55.800526.9201-51.9127
CIE-Lab62.623132.4682-49.0435

#a187ef color RGB value is (161,135,239).

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

The process color (four color CMYK) of #a187ef color hex is 0.33, 0.44, 0.00, 0.06. Web safe color of #a187ef is #9999ff. Color #a187ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 11101111
Octal 241 207 357
Decimal 161 135 239
Hex A1 87 EF

RGB Percentages of Color #a187ef

%30.09
%25.23
%44.67

CMYK Percentages of Color #a187ef

%33
%44
%0
%6

Triadic Colors of #a187ef

#a187ef #efa187 #87efa1

Analogous Colors of #a187ef

#a187ef #d587ef #87a1ef

Monochromatic Colors of #a187ef

#a187ef

Complementary Color

#a187ef #d5ef87

#a187ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a187ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a187ef Color CSS Codes

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

#a187ef Text Font Color

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

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


#a187ef Background Color

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

This div background color is #a187ef


#a187ef Border Color

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

This div border color is #a187ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a187ef


Comments

No comments written yet.

Please login to write comment.