Color Hex Logo

#a5279d Color Hex

#A5279D
(165,39,157)
0 Favorites   0 Comments

Color spaces of #a5279d

RGB 16539157
HSL0.840.620.40
HSV304°76°65°
CMYK 0.000.760.05   0.35
XYZ22.328411.884733.0154
Yxy11.88470.33210.1768
Hunter Lab34.474255.2818-32.6492
CIE-Lab41.032362.6863-36.0322

#a5279d color RGB value is (165,39,157).

#a5279d hex color red value is 165, green value is 39 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a5279d hue: 0.84 , saturation: 0.62 and the lightness value of a5279d is 0.40.

The process color (four color CMYK) of #a5279d color hex is 0.00, 0.76, 0.05, 0.35. Web safe color of #a5279d is #993399. Color #a5279d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100111 10011101
Octal 245 47 235
Decimal 165 39 157
Hex A5 27 9D

RGB Percentages of Color #a5279d

%45.71
%10.80
%43.49

CMYK Percentages of Color #a5279d

%0
%76
%5
%35

Triadic Colors of #a5279d

#a5279d #9da527 #279da5

Analogous Colors of #a5279d

#a5279d #a5275e #6e27a5

Monochromatic Colors of #a5279d

#a5279d

Complementary Color

#a5279d #27a52f

#a5279d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5279d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5279d Color CSS Codes

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

#a5279d Text Font Color

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

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


#a5279d Background Color

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

This div background color is #a5279d


#a5279d Border Color

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

This div border color is #a5279d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5279d


Comments

No comments written yet.

Please login to write comment.