Color Hex Logo

#ab3796 Color Hex

#AB3796
(171,55,150)
0 Favorites   0 Comments

Color spaces of #ab3796

RGB 17155150
HSL0.860.510.44
HSV311°68°67°
CMYK 0.000.680.12   0.33
XYZ23.665813.592330.2304
Yxy13.59230.35070.2014
Hunter Lab36.867750.0625-22.8085
CIE-Lab43.642557.4761-27.6423

#ab3796 color RGB value is (171,55,150).

#ab3796 hex color red value is 171, green value is 55 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ab3796 hue: 0.86 , saturation: 0.51 and the lightness value of ab3796 is 0.44.

The process color (four color CMYK) of #ab3796 color hex is 0.00, 0.68, 0.12, 0.33. Web safe color of #ab3796 is #993399. Color #ab3796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110111 10010110
Octal 253 67 226
Decimal 171 55 150
Hex AB 37 96

RGB Percentages of Color #ab3796

%45.48
%14.63
%39.89

CMYK Percentages of Color #ab3796

%0
%68
%12
%33

Triadic Colors of #ab3796

#ab3796 #96ab37 #3796ab

Analogous Colors of #ab3796

#ab3796 #ab375c #8637ab

Monochromatic Colors of #ab3796

#ab3796

Complementary Color

#ab3796 #37ab4c

#ab3796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3796 Color CSS Codes

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

#ab3796 Text Font Color

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

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


#ab3796 Background Color

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

This div background color is #ab3796


#ab3796 Border Color

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

This div border color is #ab3796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3796


Comments

No comments written yet.

Please login to write comment.