Color Hex Logo

#a53998 Color Hex

#A53998
(165,57,152)
0 Favorites   0 Comments

Color spaces of #a53998

RGB 16557152
HSL0.850.490.44
HSV307°65°65°
CMYK 0.000.650.08   0.35
XYZ22.647713.192631.0585
Yxy13.19260.33850.1972
Hunter Lab36.321647.7377-25.2736
CIE-Lab43.052055.4441-29.8410

#a53998 color RGB value is (165,57,152).

#a53998 hex color red value is 165, green value is 57 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a53998 hue: 0.85 , saturation: 0.49 and the lightness value of a53998 is 0.44.

The process color (four color CMYK) of #a53998 color hex is 0.00, 0.65, 0.08, 0.35. Web safe color of #a53998 is #993399. Color #a53998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111001 10011000
Octal 245 71 230
Decimal 165 57 152
Hex A5 39 98

RGB Percentages of Color #a53998

%44.12
%15.24
%40.64

CMYK Percentages of Color #a53998

%0
%65
%8
%35

Triadic Colors of #a53998

#a53998 #98a539 #3998a5

Analogous Colors of #a53998

#a53998 #a53962 #7c39a5

Monochromatic Colors of #a53998

#a53998

Complementary Color

#a53998 #39a546

#a53998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53998 Color CSS Codes

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

#a53998 Text Font Color

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

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


#a53998 Background Color

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

This div background color is #a53998


#a53998 Border Color

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

This div border color is #a53998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53998


Comments

No comments written yet.

Please login to write comment.