Color Hex Logo

#ab256b Color Hex

#AB256B
(171,37,107)
0 Favorites   0 Comments

Color spaces of #ab256b

RGB 17137107
HSL0.910.640.41
HSV329°78°67°
CMYK 0.000.780.37   0.33
XYZ20.110011.042614.9814
Yxy11.04260.43590.2394
Hunter Lab33.230449.8694-3.4687
CIE-Lab39.652158.0595-7.2990

#ab256b color RGB value is (171,37,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100101 01101011
Octal 253 45 153
Decimal 171 37 107
Hex AB 25 6B

RGB Percentages of Color #ab256b

%54.29
%11.75
%33.97

CMYK Percentages of Color #ab256b

%0
%78
%37
%33

Triadic Colors of #ab256b

#ab256b #6bab25 #256bab

Analogous Colors of #ab256b

#ab256b #ab2528 #a825ab

Monochromatic Colors of #ab256b

#ab256b

Complementary Color

#ab256b #25ab65

#ab256b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab256b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab256b Color CSS Codes

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

#ab256b Text Font Color

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

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


#ab256b Background Color

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

This div background color is #ab256b


#ab256b Border Color

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

This div border color is #ab256b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab256b


Comments

No comments written yet.

Please login to write comment.