Color Hex Logo

#ab64df Color Hex

#AB64DF
(171,100,223)
0 Favorites   0 Comments

Color spaces of #ab64df

RGB 171100223
HSL0.760.660.63
HSV275°55°87°
CMYK 0.230.550.00   0.13
XYZ34.671023.100072.4434
Yxy23.10000.26630.1774
Hunter Lab48.062544.6559-55.7227
CIE-Lab55.175250.4662-51.8836

#ab64df color RGB value is (171,100,223).

#ab64df hex color red value is 171, green value is 100 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ab64df hue: 0.76 , saturation: 0.66 and the lightness value of ab64df is 0.63.

The process color (four color CMYK) of #ab64df color hex is 0.23, 0.55, 0.00, 0.13. Web safe color of #ab64df is #9966cc. Color #ab64df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 11011111
Octal 253 144 337
Decimal 171 100 223
Hex AB 64 DF

RGB Percentages of Color #ab64df

%34.62
%20.24
%45.14

CMYK Percentages of Color #ab64df

%23
%55
%0
%13

Triadic Colors of #ab64df

#ab64df #dfab64 #64dfab

Analogous Colors of #ab64df

#ab64df #df64d6 #6e64df

Monochromatic Colors of #ab64df

#ab64df

Complementary Color

#ab64df #98df64

#ab64df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab64df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab64df Color CSS Codes

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

#ab64df Text Font Color

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

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


#ab64df Background Color

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

This div background color is #ab64df


#ab64df Border Color

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

This div border color is #ab64df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab64df


Comments

No comments written yet.

Please login to write comment.