Color Hex Logo

#ab2bed Color Hex

#AB2BED
(171,43,237)
0 Favorites   0 Comments

Color spaces of #ab2bed

RGB 17143237
HSL0.780.840.55
HSV280°82°93°
CMYK 0.280.820.00   0.07
XYZ32.944516.500181.5692
Yxy16.50010.25150.1259
Hunter Lab40.620373.6842-90.6254
CIE-Lab47.623976.9836-71.9467

#ab2bed color RGB value is (171,43,237).

#ab2bed hex color red value is 171, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ab2bed hue: 0.78 , saturation: 0.84 and the lightness value of ab2bed is 0.55.

The process color (four color CMYK) of #ab2bed color hex is 0.28, 0.82, 0.00, 0.07. Web safe color of #ab2bed is #9933ff. Color #ab2bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101011 11101101
Octal 253 53 355
Decimal 171 43 237
Hex AB 2B ED

RGB Percentages of Color #ab2bed

%37.92
%9.53
%52.55

CMYK Percentages of Color #ab2bed

%28
%82
%0
%7

Triadic Colors of #ab2bed

#ab2bed #edab2b #2bedab

Analogous Colors of #ab2bed

#ab2bed #ed2bce #4a2bed

Monochromatic Colors of #ab2bed

#ab2bed

Complementary Color

#ab2bed #6ded2b

#ab2bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2bed Color CSS Codes

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

#ab2bed Text Font Color

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

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


#ab2bed Background Color

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

This div background color is #ab2bed


#ab2bed Border Color

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

This div border color is #ab2bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2bed


Comments

No comments written yet.

Please login to write comment.