Color Hex Logo

#a18ffd Color Hex

#A18FFD
(161,143,253)
0 Favorites   0 Comments

Color spaces of #a18ffd

RGB 161143253
HSL0.690.960.78
HSV250°43°99°
CMYK 0.360.430.00   0.01
XYZ42.250034.313897.3249
Yxy34.31380.24300.1973
Hunter Lab58.578026.2336-57.5033
CIE-Lab65.210931.5452-52.6382

#a18ffd color RGB value is (161,143,253).

#a18ffd hex color red value is 161, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a18ffd hue: 0.69 , saturation: 0.96 and the lightness value of a18ffd is 0.78.

The process color (four color CMYK) of #a18ffd color hex is 0.36, 0.43, 0.00, 0.01. Web safe color of #a18ffd is #9999ff. Color #a18ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 11111101
Octal 241 217 375
Decimal 161 143 253
Hex A1 8F FD

RGB Percentages of Color #a18ffd

%28.90
%25.67
%45.42

CMYK Percentages of Color #a18ffd

%36
%43
%0
%1

Triadic Colors of #a18ffd

#a18ffd #fda18f #8ffda1

Analogous Colors of #a18ffd

#a18ffd #d88ffd #8fb4fd

Monochromatic Colors of #a18ffd

#a18ffd

Complementary Color

#a18ffd #ebfd8f

#a18ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ffd Color CSS Codes

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

#a18ffd Text Font Color

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

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


#a18ffd Background Color

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

This div background color is #a18ffd


#a18ffd Border Color

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

This div border color is #a18ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.