Color Hex Logo

#ab0cfe Color Hex

#AB0CFE
(171,12,254)
0 Favorites   0 Comments

Color spaces of #ab0cfe

RGB 17112254
HSL0.780.990.52
HSV279°95°100°
CMYK 0.330.950.00   0.00
XYZ34.815516.076695.0341
Yxy16.07660.23860.1102
Hunter Lab40.095684.8262-112.4614
CIE-Lab47.074885.8772-82.3836

#ab0cfe color RGB value is (171,12,254).

#ab0cfe hex color red value is 171, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ab0cfe hue: 0.78 , saturation: 0.99 and the lightness value of ab0cfe is 0.52.

The process color (four color CMYK) of #ab0cfe color hex is 0.33, 0.95, 0.00, 0.00. Web safe color of #ab0cfe is #9900ff. Color #ab0cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 11111110
Octal 253 14 376
Decimal 171 12 254
Hex AB C FE

RGB Percentages of Color #ab0cfe

%39.13
%2.75
%58.12

CMYK Percentages of Color #ab0cfe

%33
%95
%0
%0

Triadic Colors of #ab0cfe

#ab0cfe #feab0c #0cfeab

Analogous Colors of #ab0cfe

#ab0cfe #fe0cd8 #320cfe

Monochromatic Colors of #ab0cfe

#ab0cfe

Complementary Color

#ab0cfe #5ffe0c

#ab0cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0cfe Color CSS Codes

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

#ab0cfe Text Font Color

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

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


#ab0cfe Background Color

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

This div background color is #ab0cfe


#ab0cfe Border Color

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

This div border color is #ab0cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.