Color Hex Logo

#a65498 Color Hex

#A65498
(166,84,152)
0 Favorites   0 Comments

Color spaces of #a65498

RGB 16684152
HSL0.860.330.49
HSV310°49°65°
CMYK 0.000.490.08   0.35
XYZ24.563716.714631.6374
Yxy16.71460.33690.2292
Hunter Lab40.883535.7006-17.2627
CIE-Lab47.898443.0605-22.2981

#a65498 color RGB value is (166,84,152).

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

The process color (four color CMYK) of #a65498 color hex is 0.00, 0.49, 0.08, 0.35. Web safe color of #a65498 is #996699. Color #a65498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010100 10011000
Octal 246 124 230
Decimal 166 84 152
Hex A6 54 98

RGB Percentages of Color #a65498

%41.29
%20.90
%37.81

CMYK Percentages of Color #a65498

%0
%49
%8
%35

Triadic Colors of #a65498

#a65498 #98a654 #5498a6

Analogous Colors of #a65498

#a65498 #a6546f #8b54a6

Monochromatic Colors of #a65498

#a65498

Complementary Color

#a65498 #54a662

#a65498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65498 Color CSS Codes

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

#a65498 Text Font Color

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

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


#a65498 Background Color

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

This div background color is #a65498


#a65498 Border Color

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

This div border color is #a65498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65498


Comments

No comments written yet.

Please login to write comment.