Color Hex Logo

#a5688f Color Hex

#A5688F
(165,104,143)
0 Favorites   0 Comments

Color spaces of #a5688f

RGB 165104143
HSL0.890.250.53
HSV322°37°65°
CMYK 0.000.370.13   0.35
XYZ25.425319.883128.4844
Yxy19.88310.34450.2694
Hunter Lab44.590523.7466-6.6611
CIE-Lab51.704830.3347-11.1799

#a5688f color RGB value is (165,104,143).

#a5688f hex color red value is 165, green value is 104 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a5688f hue: 0.89 , saturation: 0.25 and the lightness value of a5688f is 0.53.

The process color (four color CMYK) of #a5688f color hex is 0.00, 0.37, 0.13, 0.35. Web safe color of #a5688f is #996699. Color #a5688f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 10001111
Octal 245 150 217
Decimal 165 104 143
Hex A5 68 8F

RGB Percentages of Color #a5688f

%40.05
%25.24
%34.71

CMYK Percentages of Color #a5688f

%0
%37
%13
%35

Triadic Colors of #a5688f

#a5688f #8fa568 #688fa5

Analogous Colors of #a5688f

#a5688f #a56871 #9d68a5

Monochromatic Colors of #a5688f

#a5688f

Complementary Color

#a5688f #68a57e

#a5688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5688f Color CSS Codes

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

#a5688f Text Font Color

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

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


#a5688f Background Color

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

This div background color is #a5688f


#a5688f Border Color

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

This div border color is #a5688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5688f


Comments

No comments written yet.

Please login to write comment.