Color Hex Logo

#a53098 Color Hex

#A53098
(165,48,152)
0 Favorites   0 Comments

Color spaces of #a53098

RGB 16548152
HSL0.850.550.42
HSV307°71°65°
CMYK 0.000.710.08   0.35
XYZ22.241512.380230.9231
Yxy12.38020.33930.1889
Hunter Lab35.185551.2590-27.4777
CIE-Lab41.814158.9156-31.7837

#a53098 color RGB value is (165,48,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110000 10011000
Octal 245 60 230
Decimal 165 48 152
Hex A5 30 98

RGB Percentages of Color #a53098

%45.21
%13.15
%41.64

CMYK Percentages of Color #a53098

%0
%71
%8
%35

Triadic Colors of #a53098

#a53098 #98a530 #3098a5

Analogous Colors of #a53098

#a53098 #a5305e #7830a5

Monochromatic Colors of #a53098

#a53098

Complementary Color

#a53098 #30a53d

#a53098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53098 Color CSS Codes

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

#a53098 Text Font Color

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

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


#a53098 Background Color

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

This div background color is #a53098


#a53098 Border Color

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

This div border color is #a53098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,48,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 #a53098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53098


Comments

No comments written yet.

Please login to write comment.