Color Hex Logo

#a18fdd Color Hex

#A18FDD
(161,143,221)
0 Favorites   0 Comments

Color spaces of #a18fdd

RGB 161143221
HSL0.710.530.71
HSV254°35°87°
CMYK 0.270.350.00   0.13
XYZ37.571532.442472.6884
Yxy32.44240.26330.2273
Hunter Lab56.958218.0675-35.7934
CIE-Lab63.706923.3887-37.3705

#a18fdd color RGB value is (161,143,221).

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

The process color (four color CMYK) of #a18fdd color hex is 0.27, 0.35, 0.00, 0.13. Web safe color of #a18fdd is #9999cc. Color #a18fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 11011101
Octal 241 217 335
Decimal 161 143 221
Hex A1 8F DD

RGB Percentages of Color #a18fdd

%30.67
%27.24
%42.10

CMYK Percentages of Color #a18fdd

%27
%35
%0
%13

Triadic Colors of #a18fdd

#a18fdd #dda18f #8fdda1

Analogous Colors of #a18fdd

#a18fdd #c88fdd #8fa4dd

Monochromatic Colors of #a18fdd

#a18fdd

Complementary Color

#a18fdd #cbdd8f

#a18fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18fdd Color CSS Codes

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

#a18fdd Text Font Color

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

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


#a18fdd Background Color

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

This div background color is #a18fdd


#a18fdd Border Color

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

This div border color is #a18fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18fdd


Comments

No comments written yet.

Please login to write comment.