Color Hex Logo

#ab459b Color Hex

#AB459B
(171,69,155)
0 Favorites   0 Comments

Color spaces of #ab459b

RGB 17169155
HSL0.860.430.47
HSV309°60°67°
CMYK 0.000.600.09   0.33
XYZ24.839115.280732.6507
Yxy15.28070.34130.2100
Hunter Lab39.090545.0149-22.1591
CIE-Lab46.016352.3589-26.9426

#ab459b color RGB value is (171,69,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000101 10011011
Octal 253 105 233
Decimal 171 69 155
Hex AB 45 9B

RGB Percentages of Color #ab459b

%43.29
%17.47
%39.24

CMYK Percentages of Color #ab459b

%0
%60
%9
%33

Triadic Colors of #ab459b

#ab459b #9bab45 #459bab

Analogous Colors of #ab459b

#ab459b #ab4568 #8845ab

Monochromatic Colors of #ab459b

#ab459b

Complementary Color

#ab459b #45ab55

#ab459b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab459b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab459b Color CSS Codes

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

#ab459b Text Font Color

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

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


#ab459b Background Color

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

This div background color is #ab459b


#ab459b Border Color

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

This div border color is #ab459b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab459b


Comments

No comments written yet.

Please login to write comment.