Color Hex Logo

#fd4fdf Color Hex

#FD4FDF
(253,79,223)
0 Favorites   0 Comments

Color spaces of #fd4fdf

RGB 25379223
HSL0.860.980.65
HSV310°69°99°
CMYK 0.000.690.12   0.01
XYZ56.623331.802372.9661
Yxy31.80230.35080.1971
Hunter Lab56.393580.5386-37.2383
CIE-Lab63.179179.4265-38.5026

#fd4fdf color RGB value is (253,79,223).

#fd4fdf hex color red value is 253, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd4fdf hue: 0.86 , saturation: 0.98 and the lightness value of fd4fdf is 0.65.

The process color (four color CMYK) of #fd4fdf color hex is 0.00, 0.69, 0.12, 0.01. Web safe color of #fd4fdf is #ff66cc. Color #fd4fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001111 11011111
Octal 375 117 337
Decimal 253 79 223
Hex FD 4F DF

RGB Percentages of Color #fd4fdf

%45.59
%14.23
%40.18

CMYK Percentages of Color #fd4fdf

%0
%69
%12
%1

Triadic Colors of #fd4fdf

#fd4fdf #dffd4f #4fdffd

Analogous Colors of #fd4fdf

#fd4fdf #fd4f88 #c44ffd

Monochromatic Colors of #fd4fdf

#fd4fdf

Complementary Color

#fd4fdf #4ffd6d

#fd4fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4fdf Color CSS Codes

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

#fd4fdf Text Font Color

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

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


#fd4fdf Background Color

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

This div background color is #fd4fdf


#fd4fdf Border Color

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

This div border color is #fd4fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4fdf


Comments

No comments written yet.

Please login to write comment.