Color Hex Logo

#a83480 Color Hex

#A83480
(168,52,128)
0 Favorites   0 Comments

Color spaces of #a83480

RGB 16852128
HSL0.890.530.43
HSV321°69°66°
CMYK 0.000.690.24   0.34
XYZ21.272712.339321.6826
Yxy12.33930.38470.2232
Hunter Lab35.127346.6246-12.0080
CIE-Lab41.750454.6501-17.2226

#a83480 color RGB value is (168,52,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110100 10000000
Octal 250 64 200
Decimal 168 52 128
Hex A8 34 80

RGB Percentages of Color #a83480

%48.28
%14.94
%36.78

CMYK Percentages of Color #a83480

%0
%69
%24
%34

Triadic Colors of #a83480

#a83480 #80a834 #3480a8

Analogous Colors of #a83480

#a83480 #a83446 #9634a8

Monochromatic Colors of #a83480

#a83480

Complementary Color

#a83480 #34a85c

#a83480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83480 Color CSS Codes

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

#a83480 Text Font Color

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

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


#a83480 Background Color

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

This div background color is #a83480


#a83480 Border Color

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

This div border color is #a83480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83480


Comments

No comments written yet.

Please login to write comment.