Color Hex Logo

#ab02bd Color Hex

#AB02BD
(171,2,189)
0 Favorites   0 Comments

Color spaces of #ab02bd

RGB 1712189
HSL0.820.980.37
HSV294°99°74°
CMYK 0.100.990.00   0.26
XYZ26.001612.375549.1624
Yxy12.37550.29700.1414
Hunter Lab35.178870.3711-58.2326
CIE-Lab41.806875.4144-53.7669

#ab02bd color RGB value is (171,2,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000010 10111101
Octal 253 2 275
Decimal 171 2 189
Hex AB 2 BD

RGB Percentages of Color #ab02bd

%47.24
%0.55
%52.21

CMYK Percentages of Color #ab02bd

%10
%99
%0
%26

Triadic Colors of #ab02bd

#ab02bd #bdab02 #02bdab

Analogous Colors of #ab02bd

#ab02bd #bd0272 #4d02bd

Monochromatic Colors of #ab02bd

#ab02bd

Complementary Color

#ab02bd #14bd02

#ab02bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab02bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab02bd Color CSS Codes

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

#ab02bd Text Font Color

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

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


#ab02bd Background Color

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

This div background color is #ab02bd


#ab02bd Border Color

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

This div border color is #ab02bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab02bd


Comments

No comments written yet.

Please login to write comment.