Color Hex Logo

#fd3ddd Color Hex

#FD3DDD
(253,61,221)
0 Favorites   0 Comments

Color spaces of #fd3ddd

RGB 25361221
HSL0.860.980.62
HSV310°76°99°
CMYK 0.000.760.13   0.01
XYZ55.227929.440671.1784
Yxy29.44060.35440.1889
Hunter Lab54.259286.7332-39.7965
CIE-Lab61.168584.6082-40.5280

#fd3ddd color RGB value is (253,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111101 11011101
Octal 375 75 335
Decimal 253 61 221
Hex FD 3D DD

RGB Percentages of Color #fd3ddd

%47.29
%11.40
%41.31

CMYK Percentages of Color #fd3ddd

%0
%76
%13
%1

Triadic Colors of #fd3ddd

#fd3ddd #ddfd3d #3dddfd

Analogous Colors of #fd3ddd

#fd3ddd #fd3d7d #bd3dfd

Monochromatic Colors of #fd3ddd

#fd3ddd

Complementary Color

#fd3ddd #3dfd5d

#fd3ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3ddd Color CSS Codes

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

#fd3ddd Text Font Color

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

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


#fd3ddd Background Color

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

This div background color is #fd3ddd


#fd3ddd Border Color

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

This div border color is #fd3ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3ddd


Comments

No comments written yet.

Please login to write comment.