Color Hex Logo

#ab254f Color Hex

#AB254F
(171,37,79)
0 Favorites   0 Comments

Color spaces of #ab254f

RGB 1713779
HSL0.950.640.41
HSV341°78°67°
CMYK 0.000.780.54   0.33
XYZ18.867410.54568.4382
Yxy10.54560.49850.2786
Hunter Lab32.474046.87917.3256
CIE-Lab38.804455.44629.2209

#ab254f color RGB value is (171,37,79).

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

The process color (four color CMYK) of #ab254f color hex is 0.00, 0.78, 0.54, 0.33. Web safe color of #ab254f is #993366. Color #ab254f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100101 01001111
Octal 253 45 117
Decimal 171 37 79
Hex AB 25 4F

RGB Percentages of Color #ab254f

%59.58
%12.89
%27.53

CMYK Percentages of Color #ab254f

%0
%78
%54
%33

Triadic Colors of #ab254f

#ab254f #4fab25 #254fab

Analogous Colors of #ab254f

#ab254f #ab3e25 #ab2592

Monochromatic Colors of #ab254f

#ab254f

Complementary Color

#ab254f #25ab81

#ab254f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab254f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab254f Color CSS Codes

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

#ab254f Text Font Color

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

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


#ab254f Background Color

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

This div background color is #ab254f


#ab254f Border Color

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

This div border color is #ab254f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab254f


Comments

No comments written yet.

Please login to write comment.