Color Hex Logo

#ffabfd Color Hex

#FFABFD
(255,171,253)
0 Favorites   0 Comments

Color spaces of #ffabfd

RGB 255171253
HSL0.841.000.84
HSV301°33°100°
CMYK 0.000.330.01   0.00
XYZ73.532557.4777100.1472
Yxy57.47770.31810.2487
Hunter Lab75.814040.4536-25.2498
CIE-Lab80.447543.2824-28.2126

#ffabfd color RGB value is (255,171,253).

#ffabfd hex color red value is 255, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ffabfd hue: 0.84 , saturation: 1.00 and the lightness value of ffabfd is 0.84.

The process color (four color CMYK) of #ffabfd color hex is 0.00, 0.33, 0.01, 0.00. Web safe color of #ffabfd is #ff99ff. Color #ffabfd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 11111101
Octal 377 253 375
Decimal 255 171 253
Hex FF AB FD

RGB Percentages of Color #ffabfd

%37.56
%25.18
%37.26

CMYK Percentages of Color #ffabfd

%0
%33
%1
%0

Triadic Colors of #ffabfd

#ffabfd #fdffab #abfdff

Analogous Colors of #ffabfd

#ffabfd #ffabd3 #d7abff

Monochromatic Colors of #ffabfd

#ffabfd

Complementary Color

#ffabfd #abffad

#ffabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabfd Color CSS Codes

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

#ffabfd Text Font Color

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

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


#ffabfd Background Color

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

This div background color is #ffabfd


#ffabfd Border Color

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

This div border color is #ffabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabfd

Related Colors

#ffabfd Color Palettes


Comments

No comments written yet.

Please login to write comment.