Color Hex Logo

#fd4ffd Color Hex

#FD4FFD
(253,79,253)
0 Favorites   0 Comments

Color spaces of #fd4ffd

RGB 25379253
HSL0.830.980.65
HSV300°69°99°
CMYK 0.000.690.00   0.01
XYZ61.033633.566596.1907
Yxy33.56650.31990.1759
Hunter Lab57.936686.6526-57.8821
CIE-Lab64.617083.8798-52.9108

#fd4ffd color RGB value is (253,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001111 11111101
Octal 375 117 375
Decimal 253 79 253
Hex FD 4F FD

RGB Percentages of Color #fd4ffd

%43.25
%13.50
%43.25

CMYK Percentages of Color #fd4ffd

%0
%69
%0
%1

Triadic Colors of #fd4ffd

#fd4ffd #fdfd4f #4ffdfd

Analogous Colors of #fd4ffd

#fd4ffd #fd4fa6 #a64ffd

Monochromatic Colors of #fd4ffd

#fd4ffd

Complementary Color

#fd4ffd #4ffd4f

#fd4ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4ffd Color CSS Codes

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

#fd4ffd Text Font Color

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

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


#fd4ffd Background Color

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

This div background color is #fd4ffd


#fd4ffd Border Color

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

This div border color is #fd4ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.