Color Hex Logo

#fd1fec Color Hex

#FD1FEC
(253,31,236)
0 Favorites   0 Comments

Color spaces of #fd1fec

RGB 25331236
HSL0.850.980.56
HSV305°88°99°
CMYK 0.000.880.07   0.01
XYZ56.138327.918781.7869
Yxy27.91870.33850.1683
Hunter Lab52.838197.1819-54.7869
CIE-Lab59.815292.7215-51.0886

#fd1fec color RGB value is (253,31,236).

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

The process color (four color CMYK) of #fd1fec color hex is 0.00, 0.88, 0.07, 0.01. Web safe color of #fd1fec is #ff33ff. Color #fd1fec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011111 11101100
Octal 375 37 354
Decimal 253 31 236
Hex FD 1F EC

RGB Percentages of Color #fd1fec

%48.65
%5.96
%45.38

CMYK Percentages of Color #fd1fec

%0
%88
%7
%1

Triadic Colors of #fd1fec

#fd1fec #ecfd1f #1fecfd

Analogous Colors of #fd1fec

#fd1fec #fd1f7d #9f1ffd

Monochromatic Colors of #fd1fec

#fd1fec

Complementary Color

#fd1fec #1ffd30

#fd1fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1fec Color CSS Codes

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

#fd1fec Text Font Color

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

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


#fd1fec Background Color

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

This div background color is #fd1fec


#fd1fec Border Color

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

This div border color is #fd1fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1fec


Comments

No comments written yet.

Please login to write comment.