Color Hex Logo

#ab64b5 Color Hex

#AB64B5
(171,100,181)
0 Favorites   0 Comments

Color spaces of #ab64b5

RGB 171100181
HSL0.810.350.55
HSV293°45°71°
CMYK 0.060.450.00   0.29
XYZ29.692221.108546.2254
Yxy21.10850.30600.2176
Hunter Lab45.944034.9571-27.4924
CIE-Lab53.068041.5571-31.2326

#ab64b5 color RGB value is (171,100,181).

#ab64b5 hex color red value is 171, green value is 100 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ab64b5 hue: 0.81 , saturation: 0.35 and the lightness value of ab64b5 is 0.55.

The process color (four color CMYK) of #ab64b5 color hex is 0.06, 0.45, 0.00, 0.29. Web safe color of #ab64b5 is #9966cc. Color #ab64b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 10110101
Octal 253 144 265
Decimal 171 100 181
Hex AB 64 B5

RGB Percentages of Color #ab64b5

%37.83
%22.12
%40.04

CMYK Percentages of Color #ab64b5

%6
%45
%0
%29

Triadic Colors of #ab64b5

#ab64b5 #b5ab64 #64b5ab

Analogous Colors of #ab64b5

#ab64b5 #b56497 #8364b5

Monochromatic Colors of #ab64b5

#ab64b5

Complementary Color

#ab64b5 #6eb564

#ab64b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab64b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab64b5 Color CSS Codes

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

#ab64b5 Text Font Color

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

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


#ab64b5 Background Color

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

This div background color is #ab64b5


#ab64b5 Border Color

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

This div border color is #ab64b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab64b5


Comments

No comments written yet.

Please login to write comment.