Color Hex Logo

#ab7385 Color Hex

#AB7385
(171,115,133)
0 Favorites   0 Comments

Color spaces of #ab7385

RGB 171115133
HSL0.950.250.56
HSV341°33°67°
CMYK 0.000.330.22   0.33
XYZ27.159022.612825.1236
Yxy22.61280.36260.3019
Hunter Lab47.552918.72951.9624
CIE-Lab54.671224.7104-0.8227

#ab7385 color RGB value is (171,115,133).

#ab7385 hex color red value is 171, green value is 115 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ab7385 hue: 0.95 , saturation: 0.25 and the lightness value of ab7385 is 0.56.

The process color (four color CMYK) of #ab7385 color hex is 0.00, 0.33, 0.22, 0.33. Web safe color of #ab7385 is #996699. Color #ab7385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 10000101
Octal 253 163 205
Decimal 171 115 133
Hex AB 73 85

RGB Percentages of Color #ab7385

%40.81
%27.45
%31.74

CMYK Percentages of Color #ab7385

%0
%33
%22
%33

Triadic Colors of #ab7385

#ab7385 #85ab73 #7385ab

Analogous Colors of #ab7385

#ab7385 #ab7d73 #ab73a1

Monochromatic Colors of #ab7385

#ab7385

Complementary Color

#ab7385 #73ab99

#ab7385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7385 Color CSS Codes

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

#ab7385 Text Font Color

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

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


#ab7385 Background Color

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

This div background color is #ab7385


#ab7385 Border Color

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

This div border color is #ab7385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7385


Comments

No comments written yet.

Please login to write comment.