Color Hex Logo

#fd4dfc Color Hex

#FD4DFC
(253,77,252)
0 Favorites   0 Comments

Color spaces of #fd4dfc

RGB 25377252
HSL0.830.980.65
HSV300°70°99°
CMYK 0.000.700.00   0.01
XYZ60.732633.218795.3063
Yxy33.21870.32090.1755
Hunter Lab57.635787.2289-57.6969
CIE-Lab64.337684.3739-52.8025

#fd4dfc color RGB value is (253,77,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001101 11111100
Octal 375 115 374
Decimal 253 77 252
Hex FD 4D FC

RGB Percentages of Color #fd4dfc

%43.47
%13.23
%43.30

CMYK Percentages of Color #fd4dfc

%0
%70
%0
%1

Triadic Colors of #fd4dfc

#fd4dfc #fcfd4d #4dfcfd

Analogous Colors of #fd4dfc

#fd4dfc #fd4da4 #a64dfd

Monochromatic Colors of #fd4dfc

#fd4dfc

Complementary Color

#fd4dfc #4dfd4e

#fd4dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4dfc Color CSS Codes

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

#fd4dfc Text Font Color

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

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


#fd4dfc Background Color

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

This div background color is #fd4dfc


#fd4dfc Border Color

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

This div border color is #fd4dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.