Color Hex Logo

#a19bcb Color Hex

#A19BCB
(161,155,203)
0 Favorites   0 Comments

Color spaces of #a19bcb

RGB 161155203
HSL0.690.320.70
HSV248°24°80°
CMYK 0.210.240.00   0.20
XYZ37.198835.331661.3590
Yxy35.33160.27780.2639
Hunter Lab59.44047.6876-19.5955
CIE-Lab66.006012.2610-23.8075

#a19bcb color RGB value is (161,155,203).

#a19bcb hex color red value is 161, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a19bcb hue: 0.69 , saturation: 0.32 and the lightness value of a19bcb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011011 11001011
Octal 241 233 313
Decimal 161 155 203
Hex A1 9B CB

RGB Percentages of Color #a19bcb

%31.02
%29.87
%39.11

CMYK Percentages of Color #a19bcb

%21
%24
%0
%20

Triadic Colors of #a19bcb

#a19bcb #cba19b #9bcba1

Analogous Colors of #a19bcb

#a19bcb #b99bcb #9badcb

Monochromatic Colors of #a19bcb

#a19bcb

Complementary Color

#a19bcb #c5cb9b

#a19bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19bcb Color CSS Codes

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

#a19bcb Text Font Color

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

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


#a19bcb Background Color

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

This div background color is #a19bcb


#a19bcb Border Color

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

This div border color is #a19bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,155,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 #a19bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19bcb


Comments

No comments written yet.

Please login to write comment.