Color Hex Logo

#ab7865 Color Hex

#AB7865
(171,120,101)
0 Favorites   0 Comments

Color spaces of #ab7865

RGB 171120101
HSL0.050.290.53
HSV16°41°67°
CMYK 0.000.300.41   0.33
XYZ25.860023.030515.3943
Yxy23.03050.40230.3583
Hunter Lab47.990112.204014.5740
CIE-Lab55.103717.509718.4017

#ab7865 color RGB value is (171,120,101).

#ab7865 hex color red value is 171, green value is 120 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ab7865 hue: 0.05 , saturation: 0.29 and the lightness value of ab7865 is 0.53.

The process color (four color CMYK) of #ab7865 color hex is 0.00, 0.30, 0.41, 0.33. Web safe color of #ab7865 is #996666. Color #ab7865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 01100101
Octal 253 170 145
Decimal 171 120 101
Hex AB 78 65

RGB Percentages of Color #ab7865

%43.62
%30.61
%25.77

CMYK Percentages of Color #ab7865

%0
%30
%41
%33

Triadic Colors of #ab7865

#ab7865 #65ab78 #7865ab

Analogous Colors of #ab7865

#ab7865 #ab9b65 #ab6575

Monochromatic Colors of #ab7865

#ab7865

Complementary Color

#ab7865 #6598ab

#ab7865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7865 Color CSS Codes

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

#ab7865 Text Font Color

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

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


#ab7865 Background Color

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

This div background color is #ab7865


#ab7865 Border Color

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

This div border color is #ab7865


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,120,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab7865; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab7865;
  -webkit-box-shadow: 1px 1px 3px 2px #ab7865;
  box-shadow:         1px 1px 3px 2px #ab7865; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,120,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7865


Comments

No comments written yet.

Please login to write comment.