Color Hex Logo

#ab00bd Color Hex

#AB00BD
(171,0,189)
0 Favorites   0 Comments

Color spaces of #ab00bd

RGB 1710189
HSL0.821.000.37
HSV294°100°74°
CMYK 0.101.000.00   0.26
XYZ25.979912.332149.1551
Yxy12.33210.29700.1410
Hunter Lab35.117170.6008-58.4091
CIE-Lab41.739175.6157-53.8759

#ab00bd color RGB value is (171,0,189).

#ab00bd hex color red value is 171, green value is 0 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab00bd hue: 0.82 , saturation: 1.00 and the lightness value of ab00bd is 0.37.

The process color (four color CMYK) of #ab00bd color hex is 0.10, 1.00, 0.00, 0.26. Web safe color of #ab00bd is #9900cc. Color #ab00bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000000 10111101
Octal 253 0 275
Decimal 171 0 189
Hex AB 0 BD

RGB Percentages of Color #ab00bd

%47.50
%0.00
%52.50

CMYK Percentages of Color #ab00bd

%10
%100
%0
%26

Triadic Colors of #ab00bd

#ab00bd #bdab00 #00bdab

Analogous Colors of #ab00bd

#ab00bd #bd0071 #4c00bd

Monochromatic Colors of #ab00bd

#ab00bd

Complementary Color

#ab00bd #12bd00

#ab00bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab00bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab00bd Color CSS Codes

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

#ab00bd Text Font Color

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

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


#ab00bd Background Color

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

This div background color is #ab00bd


#ab00bd Border Color

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

This div border color is #ab00bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,0,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 #ab00bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab00bd


Comments

No comments written yet.

Please login to write comment.