Color Hex Logo

#ab275c Color Hex

#AB275C
(171,39,92)
0 Favorites   0 Comments

Color spaces of #ab275c

RGB 1713992
HSL0.930.630.41
HSV336°77°67°
CMYK 0.000.770.46   0.33
XYZ19.451910.881711.2004
Yxy10.88170.46830.2620
Hunter Lab32.987447.52922.9601
CIE-Lab39.380555.94421.7732

#ab275c color RGB value is (171,39,92).

#ab275c hex color red value is 171, green value is 39 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ab275c hue: 0.93 , saturation: 0.63 and the lightness value of ab275c is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100111 01011100
Octal 253 47 134
Decimal 171 39 92
Hex AB 27 5C

RGB Percentages of Color #ab275c

%56.62
%12.91
%30.46

CMYK Percentages of Color #ab275c

%0
%77
%46
%33

Triadic Colors of #ab275c

#ab275c #5cab27 #275cab

Analogous Colors of #ab275c

#ab275c #ab3427 #ab279e

Monochromatic Colors of #ab275c

#ab275c

Complementary Color

#ab275c #27ab76

#ab275c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab275c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab275c Color CSS Codes

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

#ab275c Text Font Color

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

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


#ab275c Background Color

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

This div background color is #ab275c


#ab275c Border Color

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

This div border color is #ab275c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab275c


Comments

No comments written yet.

Please login to write comment.