Color Hex Logo

#ab64cb Color Hex

#AB64CB
(171,100,203)
0 Favorites   0 Comments

Color spaces of #ab64cb

RGB 171100203
HSL0.780.500.59
HSV281°51°80°
CMYK 0.160.510.00   0.20
XYZ32.131322.084159.0691
Yxy22.08410.28360.1949
Hunter Lab46.993739.8079-41.6294
CIE-Lab54.116146.0859-42.2262

#ab64cb color RGB value is (171,100,203).

#ab64cb hex color red value is 171, green value is 100 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ab64cb hue: 0.78 , saturation: 0.50 and the lightness value of ab64cb is 0.59.

The process color (four color CMYK) of #ab64cb color hex is 0.16, 0.51, 0.00, 0.20. Web safe color of #ab64cb is #9966cc. Color #ab64cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 11001011
Octal 253 144 313
Decimal 171 100 203
Hex AB 64 CB

RGB Percentages of Color #ab64cb

%36.08
%21.10
%42.83

CMYK Percentages of Color #ab64cb

%16
%51
%0
%20

Triadic Colors of #ab64cb

#ab64cb #cbab64 #64cbab

Analogous Colors of #ab64cb

#ab64cb #cb64b8 #7864cb

Monochromatic Colors of #ab64cb

#ab64cb

Complementary Color

#ab64cb #84cb64

#ab64cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab64cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab64cb Color CSS Codes

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

#ab64cb Text Font Color

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

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


#ab64cb Background Color

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

This div background color is #ab64cb


#ab64cb Border Color

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

This div border color is #ab64cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab64cb


Comments

No comments written yet.

Please login to write comment.