Color Hex Logo

#a5688e Color Hex

#A5688E
(165,104,142)
0 Favorites   0 Comments

Color spaces of #a5688e

RGB 165104142
HSL0.900.250.53
HSV323°37°65°
CMYK 0.000.370.14   0.35
XYZ25.349819.853028.0871
Yxy19.85300.34590.2709
Hunter Lab44.556723.5804-6.1848
CIE-Lab51.670630.1628-10.6414

#a5688e color RGB value is (165,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 10001110
Octal 245 150 216
Decimal 165 104 142
Hex A5 68 8E

RGB Percentages of Color #a5688e

%40.15
%25.30
%34.55

CMYK Percentages of Color #a5688e

%0
%37
%14
%35

Triadic Colors of #a5688e

#a5688e #8ea568 #688ea5

Analogous Colors of #a5688e

#a5688e #a56870 #9e68a5

Monochromatic Colors of #a5688e

#a5688e

Complementary Color

#a5688e #68a57f

#a5688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5688e Color CSS Codes

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

#a5688e Text Font Color

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

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


#a5688e Background Color

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

This div background color is #a5688e


#a5688e Border Color

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

This div border color is #a5688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5688e


Comments

No comments written yet.

Please login to write comment.