Color Hex Logo

#ab2248 Color Hex

#AB2248
(171,34,72)
0 Favorites   0 Comments

Color spaces of #ab2248

RGB 1713472
HSL0.950.670.40
HSV343°80°67°
CMYK 0.000.800.58   0.33
XYZ18.536310.26997.1362
Yxy10.26990.51570.2857
Hunter Lab32.046747.16559.2299
CIE-Lab38.322555.806813.0229

#ab2248 color RGB value is (171,34,72).

#ab2248 hex color red value is 171, green value is 34 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ab2248 hue: 0.95 , saturation: 0.67 and the lightness value of ab2248 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100010 01001000
Octal 253 42 110
Decimal 171 34 72
Hex AB 22 48

RGB Percentages of Color #ab2248

%61.73
%12.27
%25.99

CMYK Percentages of Color #ab2248

%0
%80
%58
%33

Triadic Colors of #ab2248

#ab2248 #48ab22 #2248ab

Analogous Colors of #ab2248

#ab2248 #ab4022 #ab228d

Monochromatic Colors of #ab2248

#ab2248

Complementary Color

#ab2248 #22ab85

#ab2248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2248 Color CSS Codes

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

#ab2248 Text Font Color

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

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


#ab2248 Background Color

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

This div background color is #ab2248


#ab2248 Border Color

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

This div border color is #ab2248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2248


Comments

No comments written yet.

Please login to write comment.