Color Hex Logo

#fd3df7 Color Hex

#FD3DF7
(253,61,247)
0 Favorites   0 Comments

Color spaces of #fd3df7

RGB 25361247
HSL0.840.980.62
HSV302°76°99°
CMYK 0.000.760.02   0.01
XYZ58.965330.935590.8590
Yxy30.93550.32620.1711
Hunter Lab55.619791.9026-57.9209
CIE-Lab62.453188.2780-53.0283

#fd3df7 color RGB value is (253,61,247).

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

The process color (four color CMYK) of #fd3df7 color hex is 0.00, 0.76, 0.02, 0.01. Web safe color of #fd3df7 is #ff33ff. Color #fd3df7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111101 11110111
Octal 375 75 367
Decimal 253 61 247
Hex FD 3D F7

RGB Percentages of Color #fd3df7

%45.10
%10.87
%44.03

CMYK Percentages of Color #fd3df7

%0
%76
%2
%1

Triadic Colors of #fd3df7

#fd3df7 #f7fd3d #3df7fd

Analogous Colors of #fd3df7

#fd3df7 #fd3d97 #a33dfd

Monochromatic Colors of #fd3df7

#fd3df7

Complementary Color

#fd3df7 #3dfd43

#fd3df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3df7 Color CSS Codes

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

#fd3df7 Text Font Color

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

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


#fd3df7 Background Color

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

This div background color is #fd3df7


#fd3df7 Border Color

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

This div border color is #fd3df7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3df7


Comments

No comments written yet.

Please login to write comment.