Color Hex Logo

#a18fce Color Hex

#A18FCE
(161,143,206)
0 Favorites   0 Comments

Color spaces of #a18fce

RGB 161143206
HSL0.710.390.68
HSV257°31°81°
CMYK 0.220.310.00   0.19
XYZ35.661031.678262.6275
Yxy31.67820.27440.2437
Hunter Lab56.283414.6012-26.5746
CIE-Lab63.076019.7794-29.9899

#a18fce color RGB value is (161,143,206).

#a18fce hex color red value is 161, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a18fce hue: 0.71 , saturation: 0.39 and the lightness value of a18fce is 0.68.

The process color (four color CMYK) of #a18fce color hex is 0.22, 0.31, 0.00, 0.19. Web safe color of #a18fce is #9999cc. Color #a18fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 11001110
Octal 241 217 316
Decimal 161 143 206
Hex A1 8F CE

RGB Percentages of Color #a18fce

%31.57
%28.04
%40.39

CMYK Percentages of Color #a18fce

%22
%31
%0
%19

Triadic Colors of #a18fce

#a18fce #cea18f #8fcea1

Analogous Colors of #a18fce

#a18fce #c18fce #8f9dce

Monochromatic Colors of #a18fce

#a18fce

Complementary Color

#a18fce #bcce8f

#a18fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18fce Color CSS Codes

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

#a18fce Text Font Color

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

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


#a18fce Background Color

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

This div background color is #a18fce


#a18fce Border Color

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

This div border color is #a18fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18fce


Comments

No comments written yet.

Please login to write comment.