Color Hex Logo

#ab01be Color Hex

#AB01BE
(171,1,190)
0 Favorites   0 Comments

Color spaces of #ab01be

RGB 1711190
HSL0.820.990.37
HSV294°99°75°
CMYK 0.100.990.00   0.25
XYZ26.099712.397349.7325
Yxy12.39730.29580.1405
Hunter Lab35.209870.6982-59.0980
CIE-Lab41.840775.6758-54.2992

#ab01be color RGB value is (171,1,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 10111110
Octal 253 1 276
Decimal 171 1 190
Hex AB 1 BE

RGB Percentages of Color #ab01be

%47.24
%0.28
%52.49

CMYK Percentages of Color #ab01be

%10
%99
%0
%25

Triadic Colors of #ab01be

#ab01be #beab01 #01beab

Analogous Colors of #ab01be

#ab01be #be0173 #4c01be

Monochromatic Colors of #ab01be

#ab01be

Complementary Color

#ab01be #14be01

#ab01be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01be Color CSS Codes

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

#ab01be Text Font Color

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

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


#ab01be Background Color

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

This div background color is #ab01be


#ab01be Border Color

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

This div border color is #ab01be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01be


Comments

No comments written yet.

Please login to write comment.