Color Hex Logo

#a30897 Color Hex

#A30897
(163,8,151)
0 Favorites   0 Comments

Color spaces of #a30897

RGB 1638151
HSL0.850.910.34
HSV305°95°64°
CMYK 0.000.950.07   0.36
XYZ20.777010.194630.1508
Yxy10.19460.33990.1668
Hunter Lab31.929060.2788-33.6377
CIE-Lab38.189467.6224-36.9295

#a30897 color RGB value is (163,8,151).

#a30897 hex color red value is 163, green value is 8 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a30897 hue: 0.85 , saturation: 0.91 and the lightness value of a30897 is 0.34.

The process color (four color CMYK) of #a30897 color hex is 0.00, 0.95, 0.07, 0.36. Web safe color of #a30897 is #990099. Color #a30897 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001000 10010111
Octal 243 10 227
Decimal 163 8 151
Hex A3 8 97

RGB Percentages of Color #a30897

%50.62
%2.48
%46.89

CMYK Percentages of Color #a30897

%0
%95
%7
%36

Triadic Colors of #a30897

#a30897 #97a308 #0897a3

Analogous Colors of #a30897

#a30897 #a3084a #6208a3

Monochromatic Colors of #a30897

#a30897

Complementary Color

#a30897 #08a314

#a30897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30897 Color CSS Codes

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

#a30897 Text Font Color

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

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


#a30897 Background Color

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

This div background color is #a30897


#a30897 Border Color

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

This div border color is #a30897


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,8,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a30897; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a30897;
  -webkit-box-shadow: 1px 1px 3px 2px #a30897;
  box-shadow:         1px 1px 3px 2px #a30897; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,8,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a30897">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30897


Comments

No comments written yet.

Please login to write comment.