Color Hex Logo

#a83493 Color Hex

#A83493
(168,52,147)
0 Favorites   0 Comments

Color spaces of #a83493

RGB 16852147
HSL0.860.530.43
HSV311°69°66°
CMYK 0.000.690.13   0.34
XYZ22.642912.887428.8979
Yxy12.88740.35140.2000
Hunter Lab35.899049.7635-22.5978
CIE-Lab42.593157.4004-27.5057

#a83493 color RGB value is (168,52,147).

#a83493 hex color red value is 168, green value is 52 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a83493 hue: 0.86 , saturation: 0.53 and the lightness value of a83493 is 0.43.

The process color (four color CMYK) of #a83493 color hex is 0.00, 0.69, 0.13, 0.34. Web safe color of #a83493 is #993399. Color #a83493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110100 10010011
Octal 250 64 223
Decimal 168 52 147
Hex A8 34 93

RGB Percentages of Color #a83493

%45.78
%14.17
%40.05

CMYK Percentages of Color #a83493

%0
%69
%13
%34

Triadic Colors of #a83493

#a83493 #93a834 #3493a8

Analogous Colors of #a83493

#a83493 #a83459 #8334a8

Monochromatic Colors of #a83493

#a83493

Complementary Color

#a83493 #34a849

#a83493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83493 Color CSS Codes

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

#a83493 Text Font Color

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

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


#a83493 Background Color

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

This div background color is #a83493


#a83493 Border Color

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

This div border color is #a83493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83493


Comments

No comments written yet.

Please login to write comment.