Color Hex Logo

#a83293 Color Hex

#A83293
(168,50,147)
0 Favorites   0 Comments

Color spaces of #a83293

RGB 16850147
HSL0.860.540.43
HSV311°70°66°
CMYK 0.000.700.13   0.34
XYZ22.555512.712628.8687
Yxy12.71260.35170.1982
Hunter Lab35.654750.5249-23.0472
CIE-Lab42.327058.1481-27.9212

#a83293 color RGB value is (168,50,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 10010011
Octal 250 62 223
Decimal 168 50 147
Hex A8 32 93

RGB Percentages of Color #a83293

%46.03
%13.70
%40.27

CMYK Percentages of Color #a83293

%0
%70
%13
%34

Triadic Colors of #a83293

#a83293 #93a832 #3293a8

Analogous Colors of #a83293

#a83293 #a83258 #8232a8

Monochromatic Colors of #a83293

#a83293

Complementary Color

#a83293 #32a847

#a83293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83293 Color CSS Codes

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

#a83293 Text Font Color

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

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


#a83293 Background Color

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

This div background color is #a83293


#a83293 Border Color

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

This div border color is #a83293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83293


Comments

No comments written yet.

Please login to write comment.