Color Hex Logo

#a47198 Color Hex

#A47198
(164,113,152)
0 Favorites   0 Comments

Color spaces of #a47198

RGB 164113152
HSL0.870.220.54
HSV314°31°64°
CMYK 0.000.310.07   0.36
XYZ26.882521.969832.5295
Yxy21.96980.33030.2700
Hunter Lab46.872020.3493-8.3374
CIE-Lab53.994926.5041-13.0204

#a47198 color RGB value is (164,113,152).

#a47198 hex color red value is 164, green value is 113 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a47198 hue: 0.87 , saturation: 0.22 and the lightness value of a47198 is 0.54.

The process color (four color CMYK) of #a47198 color hex is 0.00, 0.31, 0.07, 0.36. Web safe color of #a47198 is #996699. Color #a47198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 10011000
Octal 244 161 230
Decimal 164 113 152
Hex A4 71 98

RGB Percentages of Color #a47198

%38.23
%26.34
%35.43

CMYK Percentages of Color #a47198

%0
%31
%7
%36

Triadic Colors of #a47198

#a47198 #98a471 #7198a4

Analogous Colors of #a47198

#a47198 #a4717f #9771a4

Monochromatic Colors of #a47198

#a47198

Complementary Color

#a47198 #71a47d

#a47198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47198 Color CSS Codes

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

#a47198 Text Font Color

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

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


#a47198 Background Color

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

This div background color is #a47198


#a47198 Border Color

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

This div border color is #a47198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47198


Comments

No comments written yet.

Please login to write comment.