Color Hex Logo

#ab386a Color Hex

#AB386A
(171,56,106)
0 Favorites   0 Comments

Color spaces of #ab386a

RGB 17156106
HSL0.930.510.45
HSV334°67°67°
CMYK 0.000.670.38   0.33
XYZ20.810312.526914.9568
Yxy12.52690.43090.2594
Hunter Lab35.393443.0146-0.2799
CIE-Lab42.041651.1792-3.1227

#ab386a color RGB value is (171,56,106).

#ab386a hex color red value is 171, green value is 56 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ab386a hue: 0.93 , saturation: 0.51 and the lightness value of ab386a is 0.45.

The process color (four color CMYK) of #ab386a color hex is 0.00, 0.67, 0.38, 0.33. Web safe color of #ab386a is #993366. Color #ab386a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 01101010
Octal 253 70 152
Decimal 171 56 106
Hex AB 38 6A

RGB Percentages of Color #ab386a

%51.35
%16.82
%31.83

CMYK Percentages of Color #ab386a

%0
%67
%38
%33

Triadic Colors of #ab386a

#ab386a #6aab38 #386aab

Analogous Colors of #ab386a

#ab386a #ab3f38 #ab38a4

Monochromatic Colors of #ab386a

#ab386a

Complementary Color

#ab386a #38ab79

#ab386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab386a Color CSS Codes

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

#ab386a Text Font Color

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

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


#ab386a Background Color

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

This div background color is #ab386a


#ab386a Border Color

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

This div border color is #ab386a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab386a


Comments

No comments written yet.

Please login to write comment.