Color Hex Logo

#ab267e Color Hex

#AB267E
(171,38,126)
0 Favorites   0 Comments

Color spaces of #ab267e

RGB 17138126
HSL0.890.640.41
HSV320°78°67°
CMYK 0.000.780.26   0.33
XYZ21.253611.550520.8479
Yxy11.55050.39610.2153
Hunter Lab33.986052.1517-12.5798
CIE-Lab40.492659.9806-17.8728

#ab267e color RGB value is (171,38,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 01111110
Octal 253 46 176
Decimal 171 38 126
Hex AB 26 7E

RGB Percentages of Color #ab267e

%51.04
%11.34
%37.61

CMYK Percentages of Color #ab267e

%0
%78
%26
%33

Triadic Colors of #ab267e

#ab267e #7eab26 #267eab

Analogous Colors of #ab267e

#ab267e #ab263c #9626ab

Monochromatic Colors of #ab267e

#ab267e

Complementary Color

#ab267e #26ab53

#ab267e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab267e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab267e Color CSS Codes

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

#ab267e Text Font Color

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

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


#ab267e Background Color

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

This div background color is #ab267e


#ab267e Border Color

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

This div border color is #ab267e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab267e


Comments

No comments written yet.

Please login to write comment.