Color Hex Logo

#ab388f Color Hex

#AB388F
(171,56,143)
0 Favorites   0 Comments

Color spaces of #ab388f

RGB 17156143
HSL0.870.510.45
HSV315°67°67°
CMYK 0.000.670.16   0.33
XYZ23.166713.469427.3654
Yxy13.46940.36200.2105
Hunter Lab36.700748.4490-18.5184
CIE-Lab43.462256.0263-23.6939

#ab388f color RGB value is (171,56,143).

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

The process color (four color CMYK) of #ab388f color hex is 0.00, 0.67, 0.16, 0.33. Web safe color of #ab388f is #993399. Color #ab388f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111000 10001111
Octal 253 70 217
Decimal 171 56 143
Hex AB 38 8F

RGB Percentages of Color #ab388f

%46.22
%15.14
%38.65

CMYK Percentages of Color #ab388f

%0
%67
%16
%33

Triadic Colors of #ab388f

#ab388f #8fab38 #388fab

Analogous Colors of #ab388f

#ab388f #ab3856 #8e38ab

Monochromatic Colors of #ab388f

#ab388f

Complementary Color

#ab388f #38ab54

#ab388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab388f Color CSS Codes

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

#ab388f Text Font Color

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

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


#ab388f Background Color

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

This div background color is #ab388f


#ab388f Border Color

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

This div border color is #ab388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab388f


Comments

No comments written yet.

Please login to write comment.