Color Hex Logo

#a35498 Color Hex

#A35498
(163,84,152)
0 Favorites   0 Comments

Color spaces of #a35498

RGB 16384152
HSL0.860.320.48
HSV308°48°64°
CMYK 0.000.480.07   0.36
XYZ23.942116.394231.6083
Yxy16.39420.33280.2279
Hunter Lab40.489834.6922-17.9419
CIE-Lab47.487542.1222-22.9660

#a35498 color RGB value is (163,84,152).

#a35498 hex color red value is 163, green value is 84 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a35498 hue: 0.86 , saturation: 0.32 and the lightness value of a35498 is 0.48.

The process color (four color CMYK) of #a35498 color hex is 0.00, 0.48, 0.07, 0.36. Web safe color of #a35498 is #996699. Color #a35498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 10011000
Octal 243 124 230
Decimal 163 84 152
Hex A3 54 98

RGB Percentages of Color #a35498

%40.85
%21.05
%38.10

CMYK Percentages of Color #a35498

%0
%48
%7
%36

Triadic Colors of #a35498

#a35498 #98a354 #5498a3

Analogous Colors of #a35498

#a35498 #a35471 #8754a3

Monochromatic Colors of #a35498

#a35498

Complementary Color

#a35498 #54a35f

#a35498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35498 Color CSS Codes

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

#a35498 Text Font Color

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

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


#a35498 Background Color

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

This div background color is #a35498


#a35498 Border Color

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

This div border color is #a35498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35498


Comments

No comments written yet.

Please login to write comment.