Color Hex Logo

#a83588 Color Hex

#A83588
(168,53,136)
0 Favorites   0 Comments

Color spaces of #a83588

RGB 16853136
HSL0.880.520.43
HSV317°68°66°
CMYK 0.000.680.19   0.34
XYZ21.865512.648624.5815
Yxy12.64860.37000.2140
Hunter Lab35.564947.5044-16.0843
CIE-Lab42.228955.3814-21.3863

#a83588 color RGB value is (168,53,136).

#a83588 hex color red value is 168, green value is 53 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a83588 hue: 0.88 , saturation: 0.52 and the lightness value of a83588 is 0.43.

The process color (four color CMYK) of #a83588 color hex is 0.00, 0.68, 0.19, 0.34. Web safe color of #a83588 is #993399. Color #a83588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110101 10001000
Octal 250 65 210
Decimal 168 53 136
Hex A8 35 88

RGB Percentages of Color #a83588

%47.06
%14.85
%38.10

CMYK Percentages of Color #a83588

%0
%68
%19
%34

Triadic Colors of #a83588

#a83588 #88a835 #3588a8

Analogous Colors of #a83588

#a83588 #a8354f #8f35a8

Monochromatic Colors of #a83588

#a83588

Complementary Color

#a83588 #35a855

#a83588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83588 Color CSS Codes

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

#a83588 Text Font Color

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

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


#a83588 Background Color

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

This div background color is #a83588


#a83588 Border Color

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

This div border color is #a83588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83588


Comments

No comments written yet.

Please login to write comment.