Color Hex Logo

#a38288 Color Hex

#A38288
(163,130,136)
0 Favorites   0 Comments

Color spaces of #a38288

RGB 163130136
HSL0.970.150.57
HSV349°20°64°
CMYK 0.000.200.17   0.36
XYZ27.530825.529426.7692
Yxy25.52940.34490.3198
Hunter Lab50.52668.83903.9566
CIE-Lab57.587613.63581.5837

#a38288 color RGB value is (163,130,136).

#a38288 hex color red value is 163, green value is 130 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a38288 hue: 0.97 , saturation: 0.15 and the lightness value of a38288 is 0.57.

The process color (four color CMYK) of #a38288 color hex is 0.00, 0.20, 0.17, 0.36. Web safe color of #a38288 is #999999. Color #a38288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 10001000
Octal 243 202 210
Decimal 163 130 136
Hex A3 82 88

RGB Percentages of Color #a38288

%38.00
%30.30
%31.70

CMYK Percentages of Color #a38288

%0
%20
%17
%36

Triadic Colors of #a38288

#a38288 #88a382 #8288a3

Analogous Colors of #a38288

#a38288 #a38d82 #a38299

Monochromatic Colors of #a38288

#a38288

Complementary Color

#a38288 #82a39d

#a38288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38288 Color CSS Codes

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

#a38288 Text Font Color

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

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


#a38288 Background Color

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

This div background color is #a38288


#a38288 Border Color

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

This div border color is #a38288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38288


Comments

No comments written yet.

Please login to write comment.