Color Hex Logo

#a19cbc Color Hex

#A19CBC
(161,156,188)
0 Favorites   0 Comments

Color spaces of #a19cbc

RGB 161156188
HSL0.690.190.67
HSV249°17°74°
CMYK 0.140.170.00   0.26
XYZ35.663534.984852.4500
Yxy34.98480.28970.2842
Hunter Lab59.14804.1184-11.1724
CIE-Lab65.73688.3188-15.8548

#a19cbc color RGB value is (161,156,188).

#a19cbc hex color red value is 161, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a19cbc hue: 0.69 , saturation: 0.19 and the lightness value of a19cbc is 0.67.

The process color (four color CMYK) of #a19cbc color hex is 0.14, 0.17, 0.00, 0.26. Web safe color of #a19cbc is #9999cc. Color #a19cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011100 10111100
Octal 241 234 274
Decimal 161 156 188
Hex A1 9C BC

RGB Percentages of Color #a19cbc

%31.88
%30.89
%37.23

CMYK Percentages of Color #a19cbc

%14
%17
%0
%26

Triadic Colors of #a19cbc

#a19cbc #bca19c #9cbca1

Analogous Colors of #a19cbc

#a19cbc #b19cbc #9ca7bc

Monochromatic Colors of #a19cbc

#a19cbc

Complementary Color

#a19cbc #b7bc9c

#a19cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19cbc Color CSS Codes

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

#a19cbc Text Font Color

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

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


#a19cbc Background Color

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

This div background color is #a19cbc


#a19cbc Border Color

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

This div border color is #a19cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19cbc


Comments

No comments written yet.

Please login to write comment.