Color Hex Logo

#fd3fda Color Hex

#FD3FDA
(253,63,218)
0 Favorites   0 Comments

Color spaces of #fd3fda

RGB 25363218
HSL0.860.980.62
HSV311°75°99°
CMYK 0.000.750.14   0.01
XYZ54.940429.499669.1280
Yxy29.49960.35780.1921
Hunter Lab54.313585.5115-37.4424
CIE-Lab61.220083.6609-38.7562

#fd3fda color RGB value is (253,63,218).

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

The process color (four color CMYK) of #fd3fda color hex is 0.00, 0.75, 0.14, 0.01. Web safe color of #fd3fda is #ff33cc. Color #fd3fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111111 11011010
Octal 375 77 332
Decimal 253 63 218
Hex FD 3F DA

RGB Percentages of Color #fd3fda

%47.38
%11.80
%40.82

CMYK Percentages of Color #fd3fda

%0
%75
%14
%1

Triadic Colors of #fd3fda

#fd3fda #dafd3f #3fdafd

Analogous Colors of #fd3fda

#fd3fda #fd3f7b #c13ffd

Monochromatic Colors of #fd3fda

#fd3fda

Complementary Color

#fd3fda #3ffd62

#fd3fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3fda Color CSS Codes

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

#fd3fda Text Font Color

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

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


#fd3fda Background Color

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

This div background color is #fd3fda


#fd3fda Border Color

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

This div border color is #fd3fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3fda


Comments

No comments written yet.

Please login to write comment.