Color Hex Logo

#ab5361 Color Hex

#AB5361
(171,83,97)
0 Favorites   0 Comments

Color spaces of #ab5361

RGB 1718397
HSL0.970.350.50
HSV350°51°67°
CMYK 0.000.510.43   0.33
XYZ22.045515.707513.1792
Yxy15.70750.43280.3084
Hunter Lab39.632729.93268.0270
CIE-Lab46.588437.42918.9783

#ab5361 color RGB value is (171,83,97).

#ab5361 hex color red value is 171, green value is 83 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ab5361 hue: 0.97 , saturation: 0.35 and the lightness value of ab5361 is 0.50.

The process color (four color CMYK) of #ab5361 color hex is 0.00, 0.51, 0.43, 0.33. Web safe color of #ab5361 is #996666. Color #ab5361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 01100001
Octal 253 123 141
Decimal 171 83 97
Hex AB 53 61

RGB Percentages of Color #ab5361

%48.72
%23.65
%27.64

CMYK Percentages of Color #ab5361

%0
%51
%43
%33

Triadic Colors of #ab5361

#ab5361 #61ab53 #5361ab

Analogous Colors of #ab5361

#ab5361 #ab7153 #ab538d

Monochromatic Colors of #ab5361

#ab5361

Complementary Color

#ab5361 #53ab9d

#ab5361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5361 Color CSS Codes

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

#ab5361 Text Font Color

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

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


#ab5361 Background Color

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

This div background color is #ab5361


#ab5361 Border Color

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

This div border color is #ab5361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5361


Comments

No comments written yet.

Please login to write comment.