Color Hex Logo

#ab1ffd Color Hex

#AB1FFD
(171,31,253)
0 Favorites   0 Comments

Color spaces of #ab1ffd

RGB 17131253
HSL0.770.980.56
HSV278°88°99°
CMYK 0.320.880.00   0.01
XYZ35.014216.729794.3122
Yxy16.72970.23970.1145
Hunter Lab40.902081.2269-108.0802
CIE-Lab47.917682.9237-80.4453

#ab1ffd color RGB value is (171,31,253).

#ab1ffd hex color red value is 171, green value is 31 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ab1ffd hue: 0.77 , saturation: 0.98 and the lightness value of ab1ffd is 0.56.

The process color (four color CMYK) of #ab1ffd color hex is 0.32, 0.88, 0.00, 0.01. Web safe color of #ab1ffd is #9933ff. Color #ab1ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011111 11111101
Octal 253 37 375
Decimal 171 31 253
Hex AB 1F FD

RGB Percentages of Color #ab1ffd

%37.58
%6.81
%55.60

CMYK Percentages of Color #ab1ffd

%32
%88
%0
%1

Triadic Colors of #ab1ffd

#ab1ffd #fdab1f #1ffdab

Analogous Colors of #ab1ffd

#ab1ffd #fd1fe0 #3c1ffd

Monochromatic Colors of #ab1ffd

#ab1ffd

Complementary Color

#ab1ffd #71fd1f

#ab1ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1ffd Color CSS Codes

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

#ab1ffd Text Font Color

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

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


#ab1ffd Background Color

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

This div background color is #ab1ffd


#ab1ffd Border Color

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

This div border color is #ab1ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1ffd


Comments

No comments written yet.

Please login to write comment.