Color Hex Logo

#a55b82 Color Hex

#A55B82
(165,91,130)
0 Favorites   0 Comments

Color spaces of #a55b82

RGB 16591130
HSL0.910.290.50
HSV328°45°65°
CMYK 0.000.450.21   0.35
XYZ23.287417.093223.1910
Yxy17.09320.36630.2689
Hunter Lab41.343928.1901-4.3167
CIE-Lab48.377335.3820-8.4447

#a55b82 color RGB value is (165,91,130).

#a55b82 hex color red value is 165, green value is 91 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a55b82 hue: 0.91 , saturation: 0.29 and the lightness value of a55b82 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 10000010
Octal 245 133 202
Decimal 165 91 130
Hex A5 5B 82

RGB Percentages of Color #a55b82

%42.75
%23.58
%33.68

CMYK Percentages of Color #a55b82

%0
%45
%21
%35

Triadic Colors of #a55b82

#a55b82 #82a55b #5b82a5

Analogous Colors of #a55b82

#a55b82 #a55b5d #a35ba5

Monochromatic Colors of #a55b82

#a55b82

Complementary Color

#a55b82 #5ba57e

#a55b82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55b82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55b82 Color CSS Codes

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

#a55b82 Text Font Color

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

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


#a55b82 Background Color

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

This div background color is #a55b82


#a55b82 Border Color

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

This div border color is #a55b82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55b82


Comments

No comments written yet.

Please login to write comment.