Color Hex Logo

#ab13ef Color Hex

#AB13EF
(171,19,239)
0 Favorites   0 Comments

Color spaces of #ab13ef

RGB 17119239
HSL0.780.870.51
HSV281°92°94°
CMYK 0.280.920.00   0.06
XYZ32.607415.355782.9067
Yxy15.35570.24920.1173
Hunter Lab39.186379.9557-98.0096
CIE-Lab46.117682.2743-75.5312

#ab13ef color RGB value is (171,19,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 11101111
Octal 253 23 357
Decimal 171 19 239
Hex AB 13 EF

RGB Percentages of Color #ab13ef

%39.86
%4.43
%55.71

CMYK Percentages of Color #ab13ef

%28
%92
%0
%6

Triadic Colors of #ab13ef

#ab13ef #efab13 #13efab

Analogous Colors of #ab13ef

#ab13ef #ef13c5 #3d13ef

Monochromatic Colors of #ab13ef

#ab13ef

Complementary Color

#ab13ef #57ef13

#ab13ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab13ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab13ef Color CSS Codes

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

#ab13ef Text Font Color

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

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


#ab13ef Background Color

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

This div background color is #ab13ef


#ab13ef Border Color

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

This div border color is #ab13ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab13ef


Comments

No comments written yet.

Please login to write comment.