Color Hex Logo

#a188af Color Hex

#A188AF
(161,136,175)
0 Favorites   0 Comments

Color spaces of #a188af

RGB 161136175
HSL0.770.200.61
HSV278°22°69°
CMYK 0.080.220.00   0.31
XYZ31.240028.280544.3696
Yxy28.28050.30070.2722
Hunter Lab53.179411.7950-12.2423
CIE-Lab60.141316.8644-16.9982

#a188af color RGB value is (161,136,175).

#a188af hex color red value is 161, green value is 136 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a188af hue: 0.77 , saturation: 0.20 and the lightness value of a188af is 0.61.

The process color (four color CMYK) of #a188af color hex is 0.08, 0.22, 0.00, 0.31. Web safe color of #a188af is #999999. Color #a188af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001000 10101111
Octal 241 210 257
Decimal 161 136 175
Hex A1 88 AF

RGB Percentages of Color #a188af

%34.11
%28.81
%37.08

CMYK Percentages of Color #a188af

%8
%22
%0
%31

Triadic Colors of #a188af

#a188af #afa188 #88afa1

Analogous Colors of #a188af

#a188af #af88aa #8e88af

Monochromatic Colors of #a188af

#a188af

Complementary Color

#a188af #96af88

#a188af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a188af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a188af Color CSS Codes

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

#a188af Text Font Color

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

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


#a188af Background Color

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

This div background color is #a188af


#a188af Border Color

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

This div border color is #a188af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a188af


Comments

No comments written yet.

Please login to write comment.