Color Hex Logo

#ab11ef Color Hex

#AB11EF
(171,17,239)
0 Favorites   0 Comments

Color spaces of #ab11ef

RGB 17117239
HSL0.780.870.50
HSV282°93°94°
CMYK 0.280.930.00   0.06
XYZ32.575015.290882.8959
Yxy15.29080.24910.1169
Hunter Lab39.103580.2678-98.3172
CIE-Lab46.029982.5360-75.6743

#ab11ef color RGB value is (171,17,239).

#ab11ef hex color red value is 171, green value is 17 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab11ef hue: 0.78 , saturation: 0.87 and the lightness value of ab11ef is 0.50.

The process color (four color CMYK) of #ab11ef color hex is 0.28, 0.93, 0.00, 0.06. Web safe color of #ab11ef is #9900ff. Color #ab11ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 11101111
Octal 253 21 357
Decimal 171 17 239
Hex AB 11 EF

RGB Percentages of Color #ab11ef

%40.05
%3.98
%55.97

CMYK Percentages of Color #ab11ef

%28
%93
%0
%6

Triadic Colors of #ab11ef

#ab11ef #efab11 #11efab

Analogous Colors of #ab11ef

#ab11ef #ef11c4 #3c11ef

Monochromatic Colors of #ab11ef

#ab11ef

Complementary Color

#ab11ef #55ef11

#ab11ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab11ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab11ef Color CSS Codes

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

#ab11ef Text Font Color

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

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


#ab11ef Background Color

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

This div background color is #ab11ef


#ab11ef Border Color

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

This div border color is #ab11ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab11ef


Comments

No comments written yet.

Please login to write comment.