Color Hex Logo

#ab5734 Color Hex

#AB5734
(171,87,52)
0 Favorites   0 Comments

Color spaces of #ab5734

RGB 1718752
HSL0.050.530.44
HSV18°70°67°
CMYK 0.000.490.70   0.33
XYZ20.822615.72235.1860
Yxy15.72230.49900.3768
Hunter Lab39.651424.348020.0014
CIE-Lab46.608031.555635.4477

#ab5734 color RGB value is (171,87,52).

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

The process color (four color CMYK) of #ab5734 color hex is 0.00, 0.49, 0.70, 0.33. Web safe color of #ab5734 is #996633. Color #ab5734 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 00110100
Octal 253 127 64
Decimal 171 87 52
Hex AB 57 34

RGB Percentages of Color #ab5734

%55.16
%28.06
%16.77

CMYK Percentages of Color #ab5734

%0
%49
%70
%33

Triadic Colors of #ab5734

#ab5734 #34ab57 #5734ab

Analogous Colors of #ab5734

#ab5734 #ab9334 #ab344d

Monochromatic Colors of #ab5734

#ab5734

Complementary Color

#ab5734 #3488ab

#ab5734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5734 Color CSS Codes

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

#ab5734 Text Font Color

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

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


#ab5734 Background Color

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

This div background color is #ab5734


#ab5734 Border Color

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

This div border color is #ab5734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5734


Comments

No comments written yet.

Please login to write comment.