Color Hex Logo

#ab275e Color Hex

#AB275E
(171,39,94)
0 Favorites   0 Comments

Color spaces of #ab275e

RGB 1713994
HSL0.930.630.41
HSV335°77°67°
CMYK 0.000.770.45   0.33
XYZ19.540510.917111.6670
Yxy10.91710.46390.2592
Hunter Lab33.041047.74332.1930
CIE-Lab39.440556.13230.5930

#ab275e color RGB value is (171,39,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100111 01011110
Octal 253 47 136
Decimal 171 39 94
Hex AB 27 5E

RGB Percentages of Color #ab275e

%56.25
%12.83
%30.92

CMYK Percentages of Color #ab275e

%0
%77
%45
%33

Triadic Colors of #ab275e

#ab275e #5eab27 #275eab

Analogous Colors of #ab275e

#ab275e #ab3227 #ab27a0

Monochromatic Colors of #ab275e

#ab275e

Complementary Color

#ab275e #27ab74

#ab275e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab275e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab275e Color CSS Codes

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

#ab275e Text Font Color

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

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


#ab275e Background Color

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

This div background color is #ab275e


#ab275e Border Color

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

This div border color is #ab275e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab275e


Comments

No comments written yet.

Please login to write comment.