Color Hex Logo

#a3308f Color Hex

#A3308F
(163,48,143)
0 Favorites   0 Comments

Color spaces of #a3308f

RGB 16348143
HSL0.860.550.41
HSV310°71°64°
CMYK 0.000.710.12   0.36
XYZ21.119111.883627.1673
Yxy11.88360.35100.1975
Hunter Lab34.472649.0282-22.5947
CIE-Lab41.030557.0205-27.5811

#a3308f color RGB value is (163,48,143).

#a3308f hex color red value is 163, green value is 48 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a3308f hue: 0.86 , saturation: 0.55 and the lightness value of a3308f is 0.41.

The process color (four color CMYK) of #a3308f color hex is 0.00, 0.71, 0.12, 0.36. Web safe color of #a3308f is #993399. Color #a3308f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110000 10001111
Octal 243 60 217
Decimal 163 48 143
Hex A3 30 8F

RGB Percentages of Color #a3308f

%46.05
%13.56
%40.40

CMYK Percentages of Color #a3308f

%0
%71
%12
%36

Triadic Colors of #a3308f

#a3308f #8fa330 #308fa3

Analogous Colors of #a3308f

#a3308f #a33056 #7e30a3

Monochromatic Colors of #a3308f

#a3308f

Complementary Color

#a3308f #30a344

#a3308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3308f Color CSS Codes

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

#a3308f Text Font Color

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

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


#a3308f Background Color

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

This div background color is #a3308f


#a3308f Border Color

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

This div border color is #a3308f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3308f


Comments

No comments written yet.

Please login to write comment.