Color Hex Logo

#ab12ea Color Hex

#AB12EA
(171,18,234)
0 Favorites   0 Comments

Color spaces of #ab12ea

RGB 17118234
HSL0.780.860.49
HSV283°92°92°
CMYK 0.270.920.00   0.08
XYZ31.862215.031179.0639
Yxy15.03110.25300.1193
Hunter Lab38.770078.8487-93.7716
CIE-Lab45.676881.4873-73.4247

#ab12ea color RGB value is (171,18,234).

#ab12ea hex color red value is 171, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ab12ea hue: 0.78 , saturation: 0.86 and the lightness value of ab12ea is 0.49.

The process color (four color CMYK) of #ab12ea color hex is 0.27, 0.92, 0.00, 0.08. Web safe color of #ab12ea is #9900ff. Color #ab12ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 11101010
Octal 253 22 352
Decimal 171 18 234
Hex AB 12 EA

RGB Percentages of Color #ab12ea

%40.43
%4.26
%55.32

CMYK Percentages of Color #ab12ea

%27
%92
%0
%8

Triadic Colors of #ab12ea

#ab12ea #eaab12 #12eaab

Analogous Colors of #ab12ea

#ab12ea #ea12bd #3f12ea

Monochromatic Colors of #ab12ea

#ab12ea

Complementary Color

#ab12ea #51ea12

#ab12ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab12ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab12ea Color CSS Codes

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

#ab12ea Text Font Color

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

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


#ab12ea Background Color

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

This div background color is #ab12ea


#ab12ea Border Color

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

This div border color is #ab12ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab12ea


Comments

No comments written yet.

Please login to write comment.