Color Hex Logo

#a27188 Color Hex

#A27188
(162,113,136)
0 Favorites   0 Comments

Color spaces of #a27188

RGB 162113136
HSL0.920.210.54
HSV332°30°64°
CMYK 0.000.300.16   0.36
XYZ25.249421.269226.0671
Yxy21.26920.34790.2930
Hunter Lab46.118517.0194-1.2289
CIE-Lab53.242922.9603-4.8022

#a27188 color RGB value is (162,113,136).

#a27188 hex color red value is 162, green value is 113 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a27188 hue: 0.92 , saturation: 0.21 and the lightness value of a27188 is 0.54.

The process color (four color CMYK) of #a27188 color hex is 0.00, 0.30, 0.16, 0.36. Web safe color of #a27188 is #996699. Color #a27188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110001 10001000
Octal 242 161 210
Decimal 162 113 136
Hex A2 71 88

RGB Percentages of Color #a27188

%39.42
%27.49
%33.09

CMYK Percentages of Color #a27188

%0
%30
%16
%36

Triadic Colors of #a27188

#a27188 #88a271 #7188a2

Analogous Colors of #a27188

#a27188 #a27371 #a271a1

Monochromatic Colors of #a27188

#a27188

Complementary Color

#a27188 #71a28b

#a27188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27188 Color CSS Codes

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

#a27188 Text Font Color

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

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


#a27188 Background Color

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

This div background color is #a27188


#a27188 Border Color

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

This div border color is #a27188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27188


Comments

No comments written yet.

Please login to write comment.