Color Hex Logo

#ab235e Color Hex

#AB235E
(171,35,94)
0 Favorites   0 Comments

Color spaces of #ab235e

RGB 1713594
HSL0.930.660.40
HSV334°80°67°
CMYK 0.000.800.45   0.33
XYZ19.416010.668111.6255
Yxy10.66810.46550.2558
Hunter Lab32.662148.95091.7602
CIE-Lab39.015757.3350-0.0265

#ab235e color RGB value is (171,35,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100011 01011110
Octal 253 43 136
Decimal 171 35 94
Hex AB 23 5E

RGB Percentages of Color #ab235e

%57.00
%11.67
%31.33

CMYK Percentages of Color #ab235e

%0
%80
%45
%33

Triadic Colors of #ab235e

#ab235e #5eab23 #235eab

Analogous Colors of #ab235e

#ab235e #ab2c23 #ab23a2

Monochromatic Colors of #ab235e

#ab235e

Complementary Color

#ab235e #23ab70

#ab235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab235e Color CSS Codes

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

#ab235e Text Font Color

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

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


#ab235e Background Color

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

This div background color is #ab235e


#ab235e Border Color

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

This div border color is #ab235e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,35,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 #ab235e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab235e


Comments

No comments written yet.

Please login to write comment.