Color Hex Logo

#ab425e Color Hex

#AB425E
(171,66,94)
0 Favorites   0 Comments

Color spaces of #ab425e

RGB 1716694
HSL0.960.440.46
HSV344°61°67°
CMYK 0.000.610.45   0.33
XYZ20.763213.362512.0746
Yxy13.36250.44940.2892
Hunter Lab36.554837.41776.0039
CIE-Lab43.304445.50836.1614

#ab425e color RGB value is (171,66,94).

#ab425e hex color red value is 171, green value is 66 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab425e hue: 0.96 , saturation: 0.44 and the lightness value of ab425e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000010 01011110
Octal 253 102 136
Decimal 171 66 94
Hex AB 42 5E

RGB Percentages of Color #ab425e

%51.66
%19.94
%28.40

CMYK Percentages of Color #ab425e

%0
%61
%45
%33

Triadic Colors of #ab425e

#ab425e #5eab42 #425eab

Analogous Colors of #ab425e

#ab425e #ab5b42 #ab4293

Monochromatic Colors of #ab425e

#ab425e

Complementary Color

#ab425e #42ab8f

#ab425e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab425e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab425e Color CSS Codes

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

#ab425e Text Font Color

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

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


#ab425e Background Color

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

This div background color is #ab425e


#ab425e Border Color

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

This div border color is #ab425e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab425e


Comments

No comments written yet.

Please login to write comment.