Color Hex Logo

#a47298 Color Hex

#A47298
(164,114,152)
0 Favorites   0 Comments

Color spaces of #a47298

RGB 164114152
HSL0.870.220.55
HSV314°30°64°
CMYK 0.000.300.07   0.36
XYZ26.994722.194132.5669
Yxy22.19410.33020.2715
Hunter Lab47.110619.8381-8.0089
CIE-Lab54.232325.9368-12.6623

#a47298 color RGB value is (164,114,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 10011000
Octal 244 162 230
Decimal 164 114 152
Hex A4 72 98

RGB Percentages of Color #a47298

%38.14
%26.51
%35.35

CMYK Percentages of Color #a47298

%0
%30
%7
%36

Triadic Colors of #a47298

#a47298 #98a472 #7298a4

Analogous Colors of #a47298

#a47298 #a4727f #9772a4

Monochromatic Colors of #a47298

#a47298

Complementary Color

#a47298 #72a47e

#a47298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47298 Color CSS Codes

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

#a47298 Text Font Color

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

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


#a47298 Background Color

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

This div background color is #a47298


#a47298 Border Color

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

This div border color is #a47298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47298


Comments

No comments written yet.

Please login to write comment.