Color Hex Logo

#ab63a4 Color Hex

#AB63A4
(171,99,164)
0 Favorites   0 Comments

Color spaces of #ab63a4

RGB 17199164
HSL0.850.300.53
HSV306°42°67°
CMYK 0.000.420.04   0.33
XYZ27.957320.261937.5594
Yxy20.26190.32590.2362
Hunter Lab45.013232.0916-17.9628
CIE-Lab52.132038.8509-22.7960

#ab63a4 color RGB value is (171,99,164).

#ab63a4 hex color red value is 171, green value is 99 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ab63a4 hue: 0.85 , saturation: 0.30 and the lightness value of ab63a4 is 0.53.

The process color (four color CMYK) of #ab63a4 color hex is 0.00, 0.42, 0.04, 0.33. Web safe color of #ab63a4 is #996699. Color #ab63a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 10100100
Octal 253 143 244
Decimal 171 99 164
Hex AB 63 A4

RGB Percentages of Color #ab63a4

%39.40
%22.81
%37.79

CMYK Percentages of Color #ab63a4

%0
%42
%4
%33

Triadic Colors of #ab63a4

#ab63a4 #a4ab63 #63a4ab

Analogous Colors of #ab63a4

#ab63a4 #ab6380 #8e63ab

Monochromatic Colors of #ab63a4

#ab63a4

Complementary Color

#ab63a4 #63ab6a

#ab63a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab63a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab63a4 Color CSS Codes

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

#ab63a4 Text Font Color

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

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


#ab63a4 Background Color

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

This div background color is #ab63a4


#ab63a4 Border Color

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

This div border color is #ab63a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab63a4


Comments

No comments written yet.

Please login to write comment.