Color Hex Logo

#fd3dd9 Color Hex

#FD3DD9
(253,61,217)
0 Favorites   0 Comments

Color spaces of #fd3dd9

RGB 25361217
HSL0.860.980.62
HSV311°76°99°
CMYK 0.000.760.14   0.01
XYZ54.701129.229968.4045
Yxy29.22990.35910.1919
Hunter Lab54.064785.9880-37.1705
CIE-Lab60.984084.0727-38.5614

#fd3dd9 color RGB value is (253,61,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111101 11011001
Octal 375 75 331
Decimal 253 61 217
Hex FD 3D D9

RGB Percentages of Color #fd3dd9

%47.65
%11.49
%40.87

CMYK Percentages of Color #fd3dd9

%0
%76
%14
%1

Triadic Colors of #fd3dd9

#fd3dd9 #d9fd3d #3dd9fd

Analogous Colors of #fd3dd9

#fd3dd9 #fd3d79 #c13dfd

Monochromatic Colors of #fd3dd9

#fd3dd9

Complementary Color

#fd3dd9 #3dfd61

#fd3dd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3dd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3dd9 Color CSS Codes

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

#fd3dd9 Text Font Color

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

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


#fd3dd9 Background Color

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

This div background color is #fd3dd9


#fd3dd9 Border Color

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

This div border color is #fd3dd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3dd9

Related Colors


Comments

No comments written yet.

Please login to write comment.