Color Hex Logo

#ab2760 Color Hex

#AB2760
(171,39,96)
0 Favorites   0 Comments

Color spaces of #ab2760

RGB 1713996
HSL0.930.630.41
HSV334°77°67°
CMYK 0.000.770.44   0.33
XYZ19.631410.953512.1459
Yxy10.95350.45940.2563
Hunter Lab33.096147.96171.4085
CIE-Lab39.502056.3239-0.5832

#ab2760 color RGB value is (171,39,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100111 01100000
Octal 253 47 140
Decimal 171 39 96
Hex AB 27 60

RGB Percentages of Color #ab2760

%55.88
%12.75
%31.37

CMYK Percentages of Color #ab2760

%0
%77
%44
%33

Triadic Colors of #ab2760

#ab2760 #60ab27 #2760ab

Analogous Colors of #ab2760

#ab2760 #ab3027 #ab27a2

Monochromatic Colors of #ab2760

#ab2760

Complementary Color

#ab2760 #27ab72

#ab2760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2760 Color CSS Codes

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

#ab2760 Text Font Color

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

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


#ab2760 Background Color

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

This div background color is #ab2760


#ab2760 Border Color

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

This div border color is #ab2760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2760


Comments

No comments written yet.

Please login to write comment.