Color Hex Logo

#ab63fc Color Hex

#AB63FC
(171,99,252)
0 Favorites   0 Comments

Color spaces of #ab63fc

RGB 17199252
HSL0.750.960.69
HSV268°61°99°
CMYK 0.320.610.00   0.01
XYZ38.827124.609994.7992
Yxy24.60990.24540.1555
Hunter Lab49.608452.8924-78.5745
CIE-Lab56.693357.6623-65.6424

#ab63fc color RGB value is (171,99,252).

#ab63fc hex color red value is 171, green value is 99 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ab63fc hue: 0.75 , saturation: 0.96 and the lightness value of ab63fc is 0.69.

The process color (four color CMYK) of #ab63fc color hex is 0.32, 0.61, 0.00, 0.01. Web safe color of #ab63fc is #9966ff. Color #ab63fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 11111100
Octal 253 143 374
Decimal 171 99 252
Hex AB 63 FC

RGB Percentages of Color #ab63fc

%32.76
%18.97
%48.28

CMYK Percentages of Color #ab63fc

%32
%61
%0
%1

Triadic Colors of #ab63fc

#ab63fc #fcab63 #63fcab

Analogous Colors of #ab63fc

#ab63fc #f863fc #6368fc

Monochromatic Colors of #ab63fc

#ab63fc

Complementary Color

#ab63fc #b4fc63

#ab63fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab63fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab63fc Color CSS Codes

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

#ab63fc Text Font Color

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

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


#ab63fc Background Color

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

This div background color is #ab63fc


#ab63fc Border Color

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

This div border color is #ab63fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab63fc


Comments

No comments written yet.

Please login to write comment.