Color Hex Logo

#a348cc Color Hex

#A348CC
(163,72,204)
0 Favorites   0 Comments

Color spaces of #a348cc

RGB 16372204
HSL0.780.560.54
HSV281°65°80°
CMYK 0.200.650.00   0.20
XYZ28.320716.780958.8731
Yxy16.78090.27240.1614
Hunter Lab40.964551.7176-56.5349
CIE-Lab47.982858.1702-52.6203

#a348cc color RGB value is (163,72,204).

#a348cc hex color red value is 163, green value is 72 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a348cc hue: 0.78 , saturation: 0.56 and the lightness value of a348cc is 0.54.

The process color (four color CMYK) of #a348cc color hex is 0.20, 0.65, 0.00, 0.20. Web safe color of #a348cc is #9933cc. Color #a348cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 11001100
Octal 243 110 314
Decimal 163 72 204
Hex A3 48 CC

RGB Percentages of Color #a348cc

%37.13
%16.40
%46.47

CMYK Percentages of Color #a348cc

%20
%65
%0
%20

Triadic Colors of #a348cc

#a348cc #cca348 #48cca3

Analogous Colors of #a348cc

#a348cc #cc48b3 #6148cc

Monochromatic Colors of #a348cc

#a348cc

Complementary Color

#a348cc #71cc48

#a348cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a348cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a348cc Color CSS Codes

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

#a348cc Text Font Color

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

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


#a348cc Background Color

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

This div background color is #a348cc


#a348cc Border Color

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

This div border color is #a348cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a348cc


Comments

No comments written yet.

Please login to write comment.