Color Hex Logo

#ab438d Color Hex

#AB438D
(171,67,141)
0 Favorites   0 Comments

Color spaces of #ab438d

RGB 17167141
HSL0.880.440.47
HSV317°61°67°
CMYK 0.000.610.18   0.33
XYZ23.609514.595326.7721
Yxy14.59530.36340.2246
Hunter Lab38.203843.4543-14.8060
CIE-Lab45.074851.0525-19.9946

#ab438d color RGB value is (171,67,141).

#ab438d hex color red value is 171, green value is 67 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ab438d hue: 0.88 , saturation: 0.44 and the lightness value of ab438d is 0.47.

The process color (four color CMYK) of #ab438d color hex is 0.00, 0.61, 0.18, 0.33. Web safe color of #ab438d is #993399. Color #ab438d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000011 10001101
Octal 253 103 215
Decimal 171 67 141
Hex AB 43 8D

RGB Percentages of Color #ab438d

%45.12
%17.68
%37.20

CMYK Percentages of Color #ab438d

%0
%61
%18
%33

Triadic Colors of #ab438d

#ab438d #8dab43 #438dab

Analogous Colors of #ab438d

#ab438d #ab4359 #9543ab

Monochromatic Colors of #ab438d

#ab438d

Complementary Color

#ab438d #43ab61

#ab438d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab438d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab438d Color CSS Codes

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

#ab438d Text Font Color

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

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


#ab438d Background Color

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

This div background color is #ab438d


#ab438d Border Color

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

This div border color is #ab438d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab438d


Comments

No comments written yet.

Please login to write comment.