Color Hex Logo

#a18fcb Color Hex

#A18FCB
(161,143,203)
0 Favorites   0 Comments

Color spaces of #a18fcb

RGB 161143203
HSL0.720.370.68
HSV258°30°80°
CMYK 0.210.300.00   0.20
XYZ35.299931.533860.7260
Yxy31.53380.27670.2472
Hunter Lab56.155013.9367-24.8078
CIE-Lab62.955719.0768-28.4967

#a18fcb color RGB value is (161,143,203).

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

The process color (four color CMYK) of #a18fcb color hex is 0.21, 0.30, 0.00, 0.20. Web safe color of #a18fcb is #9999cc. Color #a18fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 11001011
Octal 241 217 313
Decimal 161 143 203
Hex A1 8F CB

RGB Percentages of Color #a18fcb

%31.76
%28.21
%40.04

CMYK Percentages of Color #a18fcb

%21
%30
%0
%20

Triadic Colors of #a18fcb

#a18fcb #cba18f #8fcba1

Analogous Colors of #a18fcb

#a18fcb #bf8fcb #8f9bcb

Monochromatic Colors of #a18fcb

#a18fcb

Complementary Color

#a18fcb #b9cb8f

#a18fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18fcb Color CSS Codes

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

#a18fcb Text Font Color

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

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


#a18fcb Background Color

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

This div background color is #a18fcb


#a18fcb Border Color

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

This div border color is #a18fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18fcb


Comments

No comments written yet.

Please login to write comment.