Color Hex Logo

#a91598 Color Hex

#A91598
(169,21,152)
0 Favorites   0 Comments

Color spaces of #a91598

RGB 16921152
HSL0.850.780.37
HSV307°88°66°
CMYK 0.000.880.10   0.34
XYZ22.297811.238330.6998
Yxy11.23830.34710.1750
Hunter Lab33.523660.0609-30.8294
CIE-Lab39.979067.0854-34.6306

#a91598 color RGB value is (169,21,152).

#a91598 hex color red value is 169, green value is 21 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a91598 hue: 0.85 , saturation: 0.78 and the lightness value of a91598 is 0.37.

The process color (four color CMYK) of #a91598 color hex is 0.00, 0.88, 0.10, 0.34. Web safe color of #a91598 is #990099. Color #a91598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 10011000
Octal 251 25 230
Decimal 169 21 152
Hex A9 15 98

RGB Percentages of Color #a91598

%49.42
%6.14
%44.44

CMYK Percentages of Color #a91598

%0
%88
%10
%34

Triadic Colors of #a91598

#a91598 #98a915 #1598a9

Analogous Colors of #a91598

#a91598 #a9154e #7015a9

Monochromatic Colors of #a91598

#a91598

Complementary Color

#a91598 #15a926

#a91598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91598 Color CSS Codes

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

#a91598 Text Font Color

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

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


#a91598 Background Color

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

This div background color is #a91598


#a91598 Border Color

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

This div border color is #a91598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91598


Comments

No comments written yet.

Please login to write comment.