Color Hex Logo

#ab63ba Color Hex

#AB63BA
(171,99,186)
0 Favorites   0 Comments

Color spaces of #ab63ba

RGB 17199186
HSL0.800.390.56
HSV290°47°73°
CMYK 0.080.470.00   0.27
XYZ30.119421.126848.9448
Yxy21.12680.30060.2109
Hunter Lab45.963936.5313-30.9604
CIE-Lab53.088043.0904-34.0898

#ab63ba color RGB value is (171,99,186).

#ab63ba hex color red value is 171, green value is 99 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab63ba hue: 0.80 , saturation: 0.39 and the lightness value of ab63ba is 0.56.

The process color (four color CMYK) of #ab63ba color hex is 0.08, 0.47, 0.00, 0.27. Web safe color of #ab63ba is #9966cc. Color #ab63ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 10111010
Octal 253 143 272
Decimal 171 99 186
Hex AB 63 BA

RGB Percentages of Color #ab63ba

%37.50
%21.71
%40.79

CMYK Percentages of Color #ab63ba

%8
%47
%0
%27

Triadic Colors of #ab63ba

#ab63ba #baab63 #63baab

Analogous Colors of #ab63ba

#ab63ba #ba639e #8063ba

Monochromatic Colors of #ab63ba

#ab63ba

Complementary Color

#ab63ba #72ba63

#ab63ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab63ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab63ba Color CSS Codes

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

#ab63ba Text Font Color

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

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


#ab63ba Background Color

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

This div background color is #ab63ba


#ab63ba Border Color

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

This div border color is #ab63ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab63ba


Comments

No comments written yet.

Please login to write comment.