Color Hex Logo

#a349c8 Color Hex

#A349C8
(163,73,200)
0 Favorites   0 Comments

Color spaces of #a349c8

RGB 16373200
HSL0.780.540.54
HSV283°64°78°
CMYK 0.190.640.00   0.22
XYZ27.912116.721756.4001
Yxy16.72170.27630.1655
Hunter Lab40.892250.2789-53.1506
CIE-Lab47.907456.8810-50.4361

#a349c8 color RGB value is (163,73,200).

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

The process color (four color CMYK) of #a349c8 color hex is 0.19, 0.64, 0.00, 0.22. Web safe color of #a349c8 is #9933cc. Color #a349c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001001 11001000
Octal 243 111 310
Decimal 163 73 200
Hex A3 49 C8

RGB Percentages of Color #a349c8

%37.39
%16.74
%45.87

CMYK Percentages of Color #a349c8

%19
%64
%0
%22

Triadic Colors of #a349c8

#a349c8 #c8a349 #49c8a3

Analogous Colors of #a349c8

#a349c8 #c849ae #6349c8

Monochromatic Colors of #a349c8

#a349c8

Complementary Color

#a349c8 #6ec849

#a349c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a349c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a349c8 Color CSS Codes

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

#a349c8 Text Font Color

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

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


#a349c8 Background Color

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

This div background color is #a349c8


#a349c8 Border Color

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

This div border color is #a349c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a349c8


Comments

No comments written yet.

Please login to write comment.