Color Hex Logo

#ab2bbd Color Hex

#AB2BBD
(171,43,189)
0 Favorites   0 Comments

Color spaces of #ab2bbd

RGB 17143189
HSL0.810.630.45
HSV293°77°74°
CMYK 0.100.770.00   0.26
XYZ26.843814.059849.4431
Yxy14.05980.29710.1556
Hunter Lab37.496462.1701-51.9329
CIE-Lab44.318668.0550-49.7277

#ab2bbd color RGB value is (171,43,189).

#ab2bbd hex color red value is 171, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab2bbd hue: 0.81 , saturation: 0.63 and the lightness value of ab2bbd is 0.45.

The process color (four color CMYK) of #ab2bbd color hex is 0.10, 0.77, 0.00, 0.26. Web safe color of #ab2bbd is #9933cc. Color #ab2bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101011 10111101
Octal 253 53 275
Decimal 171 43 189
Hex AB 2B BD

RGB Percentages of Color #ab2bbd

%42.43
%10.67
%46.90

CMYK Percentages of Color #ab2bbd

%10
%77
%0
%26

Triadic Colors of #ab2bbd

#ab2bbd #bdab2b #2bbdab

Analogous Colors of #ab2bbd

#ab2bbd #bd2b86 #622bbd

Monochromatic Colors of #ab2bbd

#ab2bbd

Complementary Color

#ab2bbd #3dbd2b

#ab2bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2bbd Color CSS Codes

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

#ab2bbd Text Font Color

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

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


#ab2bbd Background Color

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

This div background color is #ab2bbd


#ab2bbd Border Color

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

This div border color is #ab2bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2bbd


Comments

No comments written yet.

Please login to write comment.