Color Hex Logo

#ab2750 Color Hex

#AB2750
(171,39,80)
0 Favorites   0 Comments

Color spaces of #ab2750

RGB 1713980
HSL0.950.630.41
HSV341°77°67°
CMYK 0.000.770.53   0.33
XYZ18.968110.68828.6527
Yxy10.68820.49510.2790
Hunter Lab32.692846.35187.1929
CIE-Lab39.050354.90428.9284

#ab2750 color RGB value is (171,39,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100111 01010000
Octal 253 47 120
Decimal 171 39 80
Hex AB 27 50

RGB Percentages of Color #ab2750

%58.97
%13.45
%27.59

CMYK Percentages of Color #ab2750

%0
%77
%53
%33

Triadic Colors of #ab2750

#ab2750 #50ab27 #2750ab

Analogous Colors of #ab2750

#ab2750 #ab4027 #ab2792

Monochromatic Colors of #ab2750

#ab2750

Complementary Color

#ab2750 #27ab82

#ab2750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2750 Color CSS Codes

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

#ab2750 Text Font Color

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

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


#ab2750 Background Color

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

This div background color is #ab2750


#ab2750 Border Color

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

This div border color is #ab2750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2750


Comments

No comments written yet.

Please login to write comment.