Color Hex Logo

#ab2647 Color Hex

#AB2647
(171,38,71)
0 Favorites   0 Comments

Color spaces of #ab2647

RGB 1713871
HSL0.960.640.41
HSV345°78°67°
CMYK 0.000.780.58   0.33
XYZ18.625010.49917.0061
Yxy10.49910.51550.2906
Hunter Lab32.402345.89869.8618
CIE-Lab38.723754.539414.2076

#ab2647 color RGB value is (171,38,71).

#ab2647 hex color red value is 171, green value is 38 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ab2647 hue: 0.96 , saturation: 0.64 and the lightness value of ab2647 is 0.41.

The process color (four color CMYK) of #ab2647 color hex is 0.00, 0.78, 0.58, 0.33. Web safe color of #ab2647 is #993333. Color #ab2647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 01000111
Octal 253 46 107
Decimal 171 38 71
Hex AB 26 47

RGB Percentages of Color #ab2647

%61.07
%13.57
%25.36

CMYK Percentages of Color #ab2647

%0
%78
%58
%33

Triadic Colors of #ab2647

#ab2647 #47ab26 #2647ab

Analogous Colors of #ab2647

#ab2647 #ab4826 #ab268a

Monochromatic Colors of #ab2647

#ab2647

Complementary Color

#ab2647 #26ab8a

#ab2647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2647 Color CSS Codes

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

#ab2647 Text Font Color

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

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


#ab2647 Background Color

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

This div background color is #ab2647


#ab2647 Border Color

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

This div border color is #ab2647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2647


Comments

No comments written yet.

Please login to write comment.