Color Hex Logo

#a83394 Color Hex

#A83394
(168,51,148)
0 Favorites   0 Comments

Color spaces of #a83394

RGB 16851148
HSL0.860.530.43
HSV310°70°66°
CMYK 0.000.700.12   0.34
XYZ22.677612.830629.2983
Yxy12.83060.34990.1980
Hunter Lab35.819850.3240-23.4215
CIE-Lab42.506957.9302-28.2452

#a83394 color RGB value is (168,51,148).

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

The process color (four color CMYK) of #a83394 color hex is 0.00, 0.70, 0.12, 0.34. Web safe color of #a83394 is #993399. Color #a83394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 10010100
Octal 250 63 224
Decimal 168 51 148
Hex A8 33 94

RGB Percentages of Color #a83394

%45.78
%13.90
%40.33

CMYK Percentages of Color #a83394

%0
%70
%12
%34

Triadic Colors of #a83394

#a83394 #94a833 #3394a8

Analogous Colors of #a83394

#a83394 #a83359 #8233a8

Monochromatic Colors of #a83394

#a83394

Complementary Color

#a83394 #33a847

#a83394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83394 Color CSS Codes

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

#a83394 Text Font Color

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

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


#a83394 Background Color

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

This div background color is #a83394


#a83394 Border Color

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

This div border color is #a83394


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,51,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83394


Comments

No comments written yet.

Please login to write comment.