Color Hex Logo

#ab264c Color Hex

#AB264C
(171,38,76)
0 Favorites   0 Comments

Color spaces of #ab264c

RGB 1713876
HSL0.950.640.41
HSV343°78°67°
CMYK 0.000.780.56   0.33
XYZ18.792210.56607.8865
Yxy10.56600.50460.2837
Hunter Lab32.505446.31108.3687
CIE-Lab38.839754.905911.1821

#ab264c color RGB value is (171,38,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 01001100
Octal 253 46 114
Decimal 171 38 76
Hex AB 26 4C

RGB Percentages of Color #ab264c

%60.00
%13.33
%26.67

CMYK Percentages of Color #ab264c

%0
%78
%56
%33

Triadic Colors of #ab264c

#ab264c #4cab26 #264cab

Analogous Colors of #ab264c

#ab264c #ab4326 #ab268f

Monochromatic Colors of #ab264c

#ab264c

Complementary Color

#ab264c #26ab85

#ab264c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab264c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab264c Color CSS Codes

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

#ab264c Text Font Color

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

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


#ab264c Background Color

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

This div background color is #ab264c


#ab264c Border Color

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

This div border color is #ab264c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab264c


Comments

No comments written yet.

Please login to write comment.