Color Hex Logo

#a56696 Color Hex

#A56696
(165,102,150)
0 Favorites   0 Comments

Color spaces of #a56696

RGB 165102150
HSL0.870.260.52
HSV314°38°65°
CMYK 0.000.380.09   0.35
XYZ25.773419.704131.2990
Yxy19.70410.33570.2566
Hunter Lab44.389325.9597-10.7330
CIE-Lab51.501032.6767-15.6127

#a56696 color RGB value is (165,102,150).

#a56696 hex color red value is 165, green value is 102 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a56696 hue: 0.87 , saturation: 0.26 and the lightness value of a56696 is 0.52.

The process color (four color CMYK) of #a56696 color hex is 0.00, 0.38, 0.09, 0.35. Web safe color of #a56696 is #996699. Color #a56696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 10010110
Octal 245 146 226
Decimal 165 102 150
Hex A5 66 96

RGB Percentages of Color #a56696

%39.57
%24.46
%35.97

CMYK Percentages of Color #a56696

%0
%38
%9
%35

Triadic Colors of #a56696

#a56696 #96a566 #6696a5

Analogous Colors of #a56696

#a56696 #a56677 #9566a5

Monochromatic Colors of #a56696

#a56696

Complementary Color

#a56696 #66a575

#a56696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56696 Color CSS Codes

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

#a56696 Text Font Color

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

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


#a56696 Background Color

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

This div background color is #a56696


#a56696 Border Color

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

This div border color is #a56696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56696


Comments

No comments written yet.

Please login to write comment.