Color Hex Logo

#a55894 Color Hex

#A55894
(165,88,148)
0 Favorites   0 Comments

Color spaces of #a55894

RGB 16588148
HSL0.870.300.50
HSV313°47°65°
CMYK 0.000.470.10   0.35
XYZ24.352117.116930.0374
Yxy17.11690.34060.2394
Hunter Lab41.372632.6640-14.0850
CIE-Lab48.407039.9511-19.1494

#a55894 color RGB value is (165,88,148).

#a55894 hex color red value is 165, green value is 88 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a55894 hue: 0.87 , saturation: 0.30 and the lightness value of a55894 is 0.50.

The process color (four color CMYK) of #a55894 color hex is 0.00, 0.47, 0.10, 0.35. Web safe color of #a55894 is #996699. Color #a55894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 10010100
Octal 245 130 224
Decimal 165 88 148
Hex A5 58 94

RGB Percentages of Color #a55894

%41.15
%21.95
%36.91

CMYK Percentages of Color #a55894

%0
%47
%10
%35

Triadic Colors of #a55894

#a55894 #94a558 #5894a5

Analogous Colors of #a55894

#a55894 #a5586e #9058a5

Monochromatic Colors of #a55894

#a55894

Complementary Color

#a55894 #58a569

#a55894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55894 Color CSS Codes

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

#a55894 Text Font Color

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

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


#a55894 Background Color

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

This div background color is #a55894


#a55894 Border Color

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

This div border color is #a55894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55894


Comments

No comments written yet.

Please login to write comment.