Color Hex Logo

#a06468 Color Hex

#A06468
(160,100,104)
0 Favorites   0 Comments

Color spaces of #a06468

RGB 160100104
HSL0.990.240.51
HSV356°38°63°
CMYK 0.000.380.35   0.37
XYZ21.553117.587415.3554
Yxy17.58740.39550.3227
Hunter Lab41.937318.34727.6470
CIE-Lab48.991824.76517.9517

#a06468 color RGB value is (160,100,104).

#a06468 hex color red value is 160, green value is 100 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a06468 hue: 0.99 , saturation: 0.24 and the lightness value of a06468 is 0.51.

The process color (four color CMYK) of #a06468 color hex is 0.00, 0.38, 0.35, 0.37. Web safe color of #a06468 is #996666. Color #a06468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 01101000
Octal 240 144 150
Decimal 160 100 104
Hex A0 64 68

RGB Percentages of Color #a06468

%43.96
%27.47
%28.57

CMYK Percentages of Color #a06468

%0
%38
%35
%37

Triadic Colors of #a06468

#a06468 #68a064 #6468a0

Analogous Colors of #a06468

#a06468 #a07e64 #a06486

Monochromatic Colors of #a06468

#a06468

Complementary Color

#a06468 #64a09c

#a06468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06468 Color CSS Codes

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

#a06468 Text Font Color

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

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


#a06468 Background Color

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

This div background color is #a06468


#a06468 Border Color

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

This div border color is #a06468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06468


Comments

No comments written yet.

Please login to write comment.