Color Hex Logo

#fd1ab7 Color Hex

#FD1AB7
(253,26,183)
0 Favorites   0 Comments

Color spaces of #fd1ab7

RGB 25326183
HSL0.880.980.55
HSV319°90°99°
CMYK 0.000.900.28   0.01
XYZ49.424725.040347.0280
Yxy25.04030.40680.2061
Hunter Lab50.040388.7336-20.6927
CIE-Lab57.114786.9239-25.1206

#fd1ab7 color RGB value is (253,26,183).

#fd1ab7 hex color red value is 253, green value is 26 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fd1ab7 hue: 0.88 , saturation: 0.98 and the lightness value of fd1ab7 is 0.55.

The process color (four color CMYK) of #fd1ab7 color hex is 0.00, 0.90, 0.28, 0.01. Web safe color of #fd1ab7 is #ff33cc. Color #fd1ab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011010 10110111
Octal 375 32 267
Decimal 253 26 183
Hex FD 1A B7

RGB Percentages of Color #fd1ab7

%54.76
%5.63
%39.61

CMYK Percentages of Color #fd1ab7

%0
%90
%28
%1

Triadic Colors of #fd1ab7

#fd1ab7 #b7fd1a #1ab7fd

Analogous Colors of #fd1ab7

#fd1ab7 #fd1a45 #d21afd

Monochromatic Colors of #fd1ab7

#fd1ab7

Complementary Color

#fd1ab7 #1afd60

#fd1ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1ab7 Color CSS Codes

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

#fd1ab7 Text Font Color

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

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


#fd1ab7 Background Color

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

This div background color is #fd1ab7


#fd1ab7 Border Color

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

This div border color is #fd1ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1ab7


Comments

No comments written yet.

Please login to write comment.