Color Hex Logo

#a17298 Color Hex

#A17298
(161,114,152)
0 Favorites   0 Comments

Color spaces of #a17298

RGB 161114152
HSL0.870.200.54
HSV311°29°63°
CMYK 0.000.290.06   0.37
XYZ26.382821.878732.5383
Yxy21.87870.32650.2708
Hunter Lab46.774718.8255-8.5022
CIE-Lab53.898124.8753-13.1995

#a17298 color RGB value is (161,114,152).

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

The process color (four color CMYK) of #a17298 color hex is 0.00, 0.29, 0.06, 0.37. Web safe color of #a17298 is #996699. Color #a17298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110010 10011000
Octal 241 162 230
Decimal 161 114 152
Hex A1 72 98

RGB Percentages of Color #a17298

%37.70
%26.70
%35.60

CMYK Percentages of Color #a17298

%0
%29
%6
%37

Triadic Colors of #a17298

#a17298 #98a172 #7298a1

Analogous Colors of #a17298

#a17298 #a17281 #9372a1

Monochromatic Colors of #a17298

#a17298

Complementary Color

#a17298 #72a17b

#a17298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17298 Color CSS Codes

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

#a17298 Text Font Color

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

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


#a17298 Background Color

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

This div background color is #a17298


#a17298 Border Color

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

This div border color is #a17298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17298


Comments

No comments written yet.

Please login to write comment.