Color Hex Logo

#a3348f Color Hex

#A3348F
(163,52,143)
0 Favorites   0 Comments

Color spaces of #a3348f

RGB 16352143
HSL0.860.520.42
HSV311°68°64°
CMYK 0.000.680.12   0.36
XYZ21.290212.225727.2243
Yxy12.22570.35050.2013
Hunter Lab34.965347.4987-21.6881
CIE-Lab41.572655.4995-26.7345

#a3348f color RGB value is (163,52,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110100 10001111
Octal 243 64 217
Decimal 163 52 143
Hex A3 34 8F

RGB Percentages of Color #a3348f

%45.53
%14.53
%39.94

CMYK Percentages of Color #a3348f

%0
%68
%12
%36

Triadic Colors of #a3348f

#a3348f #8fa334 #348fa3

Analogous Colors of #a3348f

#a3348f #a33457 #8034a3

Monochromatic Colors of #a3348f

#a3348f

Complementary Color

#a3348f #34a348

#a3348f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3348f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3348f Color CSS Codes

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

#a3348f Text Font Color

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

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


#a3348f Background Color

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

This div background color is #a3348f


#a3348f Border Color

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

This div border color is #a3348f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3348f


Comments

No comments written yet.

Please login to write comment.