Color Hex Logo

#ab4efc Color Hex

#AB4EFC
(171,78,252)
0 Favorites   0 Comments

Color spaces of #ab4efc

RGB 17178252
HSL0.760.970.65
HSV272°69°99°
CMYK 0.320.690.00   0.01
XYZ37.089721.135094.2201
Yxy21.13500.24330.1386
Hunter Lab45.972863.5568-89.3323
CIE-Lab53.096967.5458-71.4534

#ab4efc color RGB value is (171,78,252).

#ab4efc hex color red value is 171, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ab4efc hue: 0.76 , saturation: 0.97 and the lightness value of ab4efc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001110 11111100
Octal 253 116 374
Decimal 171 78 252
Hex AB 4E FC

RGB Percentages of Color #ab4efc

%34.13
%15.57
%50.30

CMYK Percentages of Color #ab4efc

%32
%69
%0
%1

Triadic Colors of #ab4efc

#ab4efc #fcab4e #4efcab

Analogous Colors of #ab4efc

#ab4efc #fc4ef6 #544efc

Monochromatic Colors of #ab4efc

#ab4efc

Complementary Color

#ab4efc #9ffc4e

#ab4efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4efc Color CSS Codes

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

#ab4efc Text Font Color

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

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


#ab4efc Background Color

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

This div background color is #ab4efc


#ab4efc Border Color

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

This div border color is #ab4efc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,78,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 #ab4efc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4efc


Comments

No comments written yet.

Please login to write comment.