Color Hex Logo

#a18feb Color Hex

#A18FEB
(161,143,235)
0 Favorites   0 Comments

Color spaces of #a18feb

RGB 161143235
HSL0.700.700.74
HSV252°39°92°
CMYK 0.310.390.00   0.08
XYZ39.515833.220182.9267
Yxy33.22010.25390.2134
Hunter Lab57.636921.5149-44.9594
CIE-Lab64.338726.8887-44.1301

#a18feb color RGB value is (161,143,235).

#a18feb hex color red value is 161, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a18feb hue: 0.70 , saturation: 0.70 and the lightness value of a18feb is 0.74.

The process color (four color CMYK) of #a18feb color hex is 0.31, 0.39, 0.00, 0.08. Web safe color of #a18feb is #9999ff. Color #a18feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 11101011
Octal 241 217 353
Decimal 161 143 235
Hex A1 8F EB

RGB Percentages of Color #a18feb

%29.87
%26.53
%43.60

CMYK Percentages of Color #a18feb

%31
%39
%0
%8

Triadic Colors of #a18feb

#a18feb #eba18f #8feba1

Analogous Colors of #a18feb

#a18feb #cf8feb #8fabeb

Monochromatic Colors of #a18feb

#a18feb

Complementary Color

#a18feb #d9eb8f

#a18feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18feb Color CSS Codes

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

#a18feb Text Font Color

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

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


#a18feb Background Color

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

This div background color is #a18feb


#a18feb Border Color

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

This div border color is #a18feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18feb


Comments

No comments written yet.

Please login to write comment.