Color Hex Logo

#ab238e Color Hex

#AB238E
(171,35,142)
0 Favorites   0 Comments

Color spaces of #ab238e

RGB 17135142
HSL0.870.660.40
HSV313°80°67°
CMYK 0.000.800.17   0.33
XYZ22.278111.813026.6971
Yxy11.81300.36650.1943
Hunter Lab34.370055.5532-21.9948
CIE-Lab40.917462.9498-27.0456

#ab238e color RGB value is (171,35,142).

#ab238e hex color red value is 171, green value is 35 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ab238e hue: 0.87 , saturation: 0.66 and the lightness value of ab238e is 0.40.

The process color (four color CMYK) of #ab238e color hex is 0.00, 0.80, 0.17, 0.33. Web safe color of #ab238e is #993399. Color #ab238e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100011 10001110
Octal 253 43 216
Decimal 171 35 142
Hex AB 23 8E

RGB Percentages of Color #ab238e

%49.14
%10.06
%40.80

CMYK Percentages of Color #ab238e

%0
%80
%17
%33

Triadic Colors of #ab238e

#ab238e #8eab23 #238eab

Analogous Colors of #ab238e

#ab238e #ab234a #8423ab

Monochromatic Colors of #ab238e

#ab238e

Complementary Color

#ab238e #23ab40

#ab238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab238e Color CSS Codes

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

#ab238e Text Font Color

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

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


#ab238e Background Color

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

This div background color is #ab238e


#ab238e Border Color

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

This div border color is #ab238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab238e


Comments

No comments written yet.

Please login to write comment.