Color Hex Logo

#fd1fae Color Hex

#FD1FAE
(253,31,174)
0 Favorites   0 Comments

Color spaces of #fd1fae

RGB 25331174
HSL0.890.980.56
HSV321°88°99°
CMYK 0.000.880.31   0.01
XYZ48.638024.918642.2907
Yxy24.91860.41980.2151
Hunter Lab49.918586.5636-15.2872
CIE-Lab56.996085.2905-20.0682

#fd1fae color RGB value is (253,31,174).

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

The process color (four color CMYK) of #fd1fae color hex is 0.00, 0.88, 0.31, 0.01. Web safe color of #fd1fae is #ff3399. Color #fd1fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011111 10101110
Octal 375 37 256
Decimal 253 31 174
Hex FD 1F AE

RGB Percentages of Color #fd1fae

%55.24
%6.77
%37.99

CMYK Percentages of Color #fd1fae

%0
%88
%31
%1

Triadic Colors of #fd1fae

#fd1fae #aefd1f #1faefd

Analogous Colors of #fd1fae

#fd1fae #fd1f3f #dd1ffd

Monochromatic Colors of #fd1fae

#fd1fae

Complementary Color

#fd1fae #1ffd6e

#fd1fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1fae Color CSS Codes

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

#fd1fae Text Font Color

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

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


#fd1fae Background Color

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

This div background color is #fd1fae


#fd1fae Border Color

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

This div border color is #fd1fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1fae


Comments

No comments written yet.

Please login to write comment.