Color Hex Logo

#ab458a Color Hex

#AB458A
(171,69,138)
0 Favorites   0 Comments

Color spaces of #ab458a

RGB 17169138
HSL0.890.430.47
HSV319°60°67°
CMYK 0.000.600.19   0.33
XYZ23.510214.749125.6525
Yxy14.74910.36790.2308
Hunter Lab38.404642.0648-12.7198
CIE-Lab45.288649.6897-17.8545

#ab458a color RGB value is (171,69,138).

#ab458a hex color red value is 171, green value is 69 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ab458a hue: 0.89 , saturation: 0.43 and the lightness value of ab458a is 0.47.

The process color (four color CMYK) of #ab458a color hex is 0.00, 0.60, 0.19, 0.33. Web safe color of #ab458a is #993399. Color #ab458a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 10001010
Octal 253 105 212
Decimal 171 69 138
Hex AB 45 8A

RGB Percentages of Color #ab458a

%45.24
%18.25
%36.51

CMYK Percentages of Color #ab458a

%0
%60
%19
%33

Triadic Colors of #ab458a

#ab458a #8aab45 #458aab

Analogous Colors of #ab458a

#ab458a #ab4557 #9945ab

Monochromatic Colors of #ab458a

#ab458a

Complementary Color

#ab458a #45ab66

#ab458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab458a Color CSS Codes

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

#ab458a Text Font Color

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

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


#ab458a Background Color

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

This div background color is #ab458a


#ab458a Border Color

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

This div border color is #ab458a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab458a


Comments

No comments written yet.

Please login to write comment.