Color Hex Logo

#ab285e Color Hex

#AB285E
(171,40,94)
0 Favorites   0 Comments

Color spaces of #ab285e

RGB 1714094
HSL0.930.620.41
HSV335°77°67°
CMYK 0.000.770.45   0.33
XYZ19.573810.983711.6781
Yxy10.98370.46340.2601
Hunter Lab33.141747.42602.3072
CIE-Lab39.553055.81490.7569

#ab285e color RGB value is (171,40,94).

#ab285e hex color red value is 171, green value is 40 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab285e hue: 0.93 , saturation: 0.62 and the lightness value of ab285e is 0.41.

The process color (four color CMYK) of #ab285e color hex is 0.00, 0.77, 0.45, 0.33. Web safe color of #ab285e is #993366. Color #ab285e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 01011110
Octal 253 50 136
Decimal 171 40 94
Hex AB 28 5E

RGB Percentages of Color #ab285e

%56.07
%13.11
%30.82

CMYK Percentages of Color #ab285e

%0
%77
%45
%33

Triadic Colors of #ab285e

#ab285e #5eab28 #285eab

Analogous Colors of #ab285e

#ab285e #ab3428 #ab28a0

Monochromatic Colors of #ab285e

#ab285e

Complementary Color

#ab285e #28ab75

#ab285e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab285e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab285e Color CSS Codes

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

#ab285e Text Font Color

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

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


#ab285e Background Color

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

This div background color is #ab285e


#ab285e Border Color

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

This div border color is #ab285e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab285e


Comments

No comments written yet.

Please login to write comment.