Color Hex Logo

#a15298 Color Hex

#A15298
(161,82,152)
0 Favorites   0 Comments

Color spaces of #a15298

RGB 16182152
HSL0.850.330.48
HSV307°49°63°
CMYK 0.000.490.06   0.37
XYZ23.382715.878731.5382
Yxy15.87870.33030.2243
Hunter Lab39.848135.0089-19.0321
CIE-Lab46.814942.5423-24.0275

#a15298 color RGB value is (161,82,152).

#a15298 hex color red value is 161, green value is 82 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a15298 hue: 0.85 , saturation: 0.33 and the lightness value of a15298 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010010 10011000
Octal 241 122 230
Decimal 161 82 152
Hex A1 52 98

RGB Percentages of Color #a15298

%40.76
%20.76
%38.48

CMYK Percentages of Color #a15298

%0
%49
%6
%37

Triadic Colors of #a15298

#a15298 #98a152 #5298a1

Analogous Colors of #a15298

#a15298 #a15271 #8352a1

Monochromatic Colors of #a15298

#a15298

Complementary Color

#a15298 #52a15b

#a15298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15298 Color CSS Codes

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

#a15298 Text Font Color

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

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


#a15298 Background Color

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

This div background color is #a15298


#a15298 Border Color

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

This div border color is #a15298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15298


Comments

No comments written yet.

Please login to write comment.