Color Hex Logo

#a55483 Color Hex

#A55483
(165,84,131)
0 Favorites   0 Comments

Color spaces of #a55483

RGB 16584131
HSL0.900.330.49
HSV325°49°65°
CMYK 0.000.490.21   0.35
XYZ22.784115.978723.3561
Yxy15.97870.36680.2572
Hunter Lab39.973431.7884-6.6613
CIE-Lab46.946539.2785-11.1943

#a55483 color RGB value is (165,84,131).

#a55483 hex color red value is 165, green value is 84 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #a55483 hue: 0.90 , saturation: 0.33 and the lightness value of a55483 is 0.49.

The process color (four color CMYK) of #a55483 color hex is 0.00, 0.49, 0.21, 0.35. Web safe color of #a55483 is #996699. Color #a55483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 10000011
Octal 245 124 203
Decimal 165 84 131
Hex A5 54 83

RGB Percentages of Color #a55483

%43.42
%22.11
%34.47

CMYK Percentages of Color #a55483

%0
%49
%21
%35

Triadic Colors of #a55483

#a55483 #83a554 #5483a5

Analogous Colors of #a55483

#a55483 #a5545a #9f54a5

Monochromatic Colors of #a55483

#a55483

Complementary Color

#a55483 #54a576

#a55483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55483 Color CSS Codes

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

#a55483 Text Font Color

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

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


#a55483 Background Color

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

This div background color is #a55483


#a55483 Border Color

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

This div border color is #a55483


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,84,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a55483; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a55483;
  -webkit-box-shadow: 1px 1px 3px 2px #a55483;
  box-shadow:         1px 1px 3px 2px #a55483; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,84,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55483


Comments

No comments written yet.

Please login to write comment.