Color Hex Logo

#ab405d Color Hex

#AB405D
(171,64,93)
0 Favorites   0 Comments

Color spaces of #ab405d

RGB 1716493
HSL0.950.460.46
HSV344°63°67°
CMYK 0.000.630.46   0.33
XYZ20.603813.115011.8014
Yxy13.11500.45260.2881
Hunter Lab36.214638.17946.0292
CIE-Lab42.936046.32386.2564

#ab405d color RGB value is (171,64,93).

#ab405d hex color red value is 171, green value is 64 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ab405d hue: 0.95 , saturation: 0.46 and the lightness value of ab405d is 0.46.

The process color (four color CMYK) of #ab405d color hex is 0.00, 0.63, 0.46, 0.33. Web safe color of #ab405d is #993366. Color #ab405d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 01011101
Octal 253 100 135
Decimal 171 64 93
Hex AB 40 5D

RGB Percentages of Color #ab405d

%52.13
%19.51
%28.35

CMYK Percentages of Color #ab405d

%0
%63
%46
%33

Triadic Colors of #ab405d

#ab405d #5dab40 #405dab

Analogous Colors of #ab405d

#ab405d #ab5940 #ab4093

Monochromatic Colors of #ab405d

#ab405d

Complementary Color

#ab405d #40ab8e

#ab405d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab405d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab405d Color CSS Codes

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

#ab405d Text Font Color

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

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


#ab405d Background Color

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

This div background color is #ab405d


#ab405d Border Color

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

This div border color is #ab405d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab405d


Comments

No comments written yet.

Please login to write comment.