Color Hex Logo

#a87198 Color Hex

#A87198
(168,113,152)
0 Favorites   0 Comments

Color spaces of #a87198

RGB 168113152
HSL0.880.240.55
HSV317°33°66°
CMYK 0.000.330.10   0.34
XYZ27.721122.402132.5687
Yxy22.40210.33520.2709
Hunter Lab47.330921.7163-7.6663
CIE-Lab54.451127.9160-12.2877

#a87198 color RGB value is (168,113,152).

#a87198 hex color red value is 168, green value is 113 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a87198 hue: 0.88 , saturation: 0.24 and the lightness value of a87198 is 0.55.

The process color (four color CMYK) of #a87198 color hex is 0.00, 0.33, 0.10, 0.34. Web safe color of #a87198 is #996699. Color #a87198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110001 10011000
Octal 250 161 230
Decimal 168 113 152
Hex A8 71 98

RGB Percentages of Color #a87198

%38.80
%26.10
%35.10

CMYK Percentages of Color #a87198

%0
%33
%10
%34

Triadic Colors of #a87198

#a87198 #98a871 #7198a8

Analogous Colors of #a87198

#a87198 #a8717d #9d71a8

Monochromatic Colors of #a87198

#a87198

Complementary Color

#a87198 #71a881

#a87198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87198 Color CSS Codes

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

#a87198 Text Font Color

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

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


#a87198 Background Color

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

This div background color is #a87198


#a87198 Border Color

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

This div border color is #a87198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87198


Comments

No comments written yet.

Please login to write comment.