Color Hex Logo

#a30193 Color Hex

#A30193
(163,1,147)
0 Favorites   0 Comments

Color spaces of #a30193

RGB 1631147
HSL0.850.990.32
HSV306°99°64°
CMYK 0.000.990.10   0.36
XYZ20.38169.914828.4433
Yxy9.91480.34700.1688
Hunter Lab31.487860.4370-31.5160
CIE-Lab37.689167.8562-35.2834

#a30193 color RGB value is (163,1,147).

#a30193 hex color red value is 163, green value is 1 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a30193 hue: 0.85 , saturation: 0.99 and the lightness value of a30193 is 0.32.

The process color (four color CMYK) of #a30193 color hex is 0.00, 0.99, 0.10, 0.36. Web safe color of #a30193 is #990099. Color #a30193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000001 10010011
Octal 243 1 223
Decimal 163 1 147
Hex A3 1 93

RGB Percentages of Color #a30193

%52.41
%0.32
%47.27

CMYK Percentages of Color #a30193

%0
%99
%10
%36

Triadic Colors of #a30193

#a30193 #93a301 #0193a3

Analogous Colors of #a30193

#a30193 #a30142 #6201a3

Monochromatic Colors of #a30193

#a30193

Complementary Color

#a30193 #01a311

#a30193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30193 Color CSS Codes

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

#a30193 Text Font Color

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

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


#a30193 Background Color

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

This div background color is #a30193


#a30193 Border Color

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

This div border color is #a30193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30193


Comments

No comments written yet.

Please login to write comment.