Color Hex Logo

#fdabfd Color Hex

#FDABFD
(253,171,253)
0 Favorites   0 Comments

Color spaces of #fdabfd

RGB 253171253
HSL0.830.950.83
HSV300°32°99°
CMYK 0.000.320.00   0.01
XYZ72.800557.1003100.1130
Yxy57.10030.31650.2482
Hunter Lab75.564739.7320-25.6559
CIE-Lab80.236042.6661-28.5552

#fdabfd color RGB value is (253,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11111101
Octal 375 253 375
Decimal 253 171 253
Hex FD AB FD

RGB Percentages of Color #fdabfd

%37.37
%25.26
%37.37

CMYK Percentages of Color #fdabfd

%0
%32
%0
%1

Triadic Colors of #fdabfd

#fdabfd #fdfdab #abfdfd

Analogous Colors of #fdabfd

#fdabfd #fdabd4 #d4abfd

Monochromatic Colors of #fdabfd

#fdabfd

Complementary Color

#fdabfd #abfdab

#fdabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabfd Color CSS Codes

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

#fdabfd Text Font Color

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

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


#fdabfd Background Color

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

This div background color is #fdabfd


#fdabfd Border Color

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

This div border color is #fdabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabfd


Comments

No comments written yet.

Please login to write comment.