Color Hex Logo

#a5799d Color Hex

#A5799D
(165,121,157)
0 Favorites   0 Comments

Color spaces of #a5799d

RGB 165121157
HSL0.860.200.56
HSV311°27°65°
CMYK 0.000.270.05   0.35
XYZ28.440224.108435.0527
Yxy24.10840.32470.2752
Hunter Lab49.100317.4664-7.9569
CIE-Lab56.196223.2367-12.5964

#a5799d color RGB value is (165,121,157).

#a5799d hex color red value is 165, green value is 121 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a5799d hue: 0.86 , saturation: 0.20 and the lightness value of a5799d is 0.56.

The process color (four color CMYK) of #a5799d color hex is 0.00, 0.27, 0.05, 0.35. Web safe color of #a5799d is #996699. Color #a5799d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111001 10011101
Octal 245 171 235
Decimal 165 121 157
Hex A5 79 9D

RGB Percentages of Color #a5799d

%37.25
%27.31
%35.44

CMYK Percentages of Color #a5799d

%0
%27
%5
%35

Triadic Colors of #a5799d

#a5799d #9da579 #799da5

Analogous Colors of #a5799d

#a5799d #a57987 #9779a5

Monochromatic Colors of #a5799d

#a5799d

Complementary Color

#a5799d #79a581

#a5799d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5799d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5799d Color CSS Codes

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

#a5799d Text Font Color

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

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


#a5799d Background Color

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

This div background color is #a5799d


#a5799d Border Color

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

This div border color is #a5799d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5799d


Comments

No comments written yet.

Please login to write comment.