Color Hex Logo

#ab13be Color Hex

#AB13BE
(171,19,190)
0 Favorites   0 Comments

Color spaces of #ab13be

RGB 17119190
HSL0.810.820.41
HSV293°90°75°
CMYK 0.100.900.00   0.25
XYZ26.321712.841449.8065
Yxy12.84140.29590.1443
Hunter Lab35.834968.4020-57.3220
CIE-Lab42.523373.6525-53.1987

#ab13be color RGB value is (171,19,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 10111110
Octal 253 23 276
Decimal 171 19 190
Hex AB 13 BE

RGB Percentages of Color #ab13be

%45.00
%5.00
%50.00

CMYK Percentages of Color #ab13be

%10
%90
%0
%25

Triadic Colors of #ab13be

#ab13be #beab13 #13beab

Analogous Colors of #ab13be

#ab13be #be137c #5513be

Monochromatic Colors of #ab13be

#ab13be

Complementary Color

#ab13be #26be13

#ab13be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab13be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab13be Color CSS Codes

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

#ab13be Text Font Color

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

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


#ab13be Background Color

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

This div background color is #ab13be


#ab13be Border Color

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

This div border color is #ab13be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab13be


Comments

No comments written yet.

Please login to write comment.