Color Hex Logo

#ab267b Color Hex

#AB267B
(171,38,123)
0 Favorites   0 Comments

Color spaces of #ab267b

RGB 17138123
HSL0.890.640.41
HSV322°78°67°
CMYK 0.000.780.28   0.33
XYZ21.062911.474219.8435
Yxy11.47420.40210.2191
Hunter Lab33.873651.7141-11.0212
CIE-Lab40.367959.6076-16.2060

#ab267b color RGB value is (171,38,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 01111011
Octal 253 46 173
Decimal 171 38 123
Hex AB 26 7B

RGB Percentages of Color #ab267b

%51.51
%11.45
%37.05

CMYK Percentages of Color #ab267b

%0
%78
%28
%33

Triadic Colors of #ab267b

#ab267b #7bab26 #267bab

Analogous Colors of #ab267b

#ab267b #ab2638 #9926ab

Monochromatic Colors of #ab267b

#ab267b

Complementary Color

#ab267b #26ab56

#ab267b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab267b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab267b Color CSS Codes

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

#ab267b Text Font Color

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

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


#ab267b Background Color

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

This div background color is #ab267b


#ab267b Border Color

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

This div border color is #ab267b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab267b


Comments

No comments written yet.

Please login to write comment.