Color Hex Logo

#fd61da Color Hex

#FD61DA
(253,97,218)
0 Favorites   0 Comments

Color spaces of #fd61da

RGB 25397218
HSL0.870.980.69
HSV313°62°99°
CMYK 0.000.620.14   0.01
XYZ57.437634.494069.9604
Yxy34.49400.35480.2131
Hunter Lab58.731671.7869-29.5135
CIE-Lab65.352872.0645-32.3180

#fd61da color RGB value is (253,97,218).

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

The process color (four color CMYK) of #fd61da color hex is 0.00, 0.62, 0.14, 0.01. Web safe color of #fd61da is #ff66cc. Color #fd61da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 11011010
Octal 375 141 332
Decimal 253 97 218
Hex FD 61 DA

RGB Percentages of Color #fd61da

%44.54
%17.08
%38.38

CMYK Percentages of Color #fd61da

%0
%62
%14
%1

Triadic Colors of #fd61da

#fd61da #dafd61 #61dafd

Analogous Colors of #fd61da

#fd61da #fd618c #d261fd

Monochromatic Colors of #fd61da

#fd61da

Complementary Color

#fd61da #61fd84

#fd61da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd61da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd61da Color CSS Codes

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

#fd61da Text Font Color

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

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


#fd61da Background Color

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

This div background color is #fd61da


#fd61da Border Color

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

This div border color is #fd61da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,97,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 #fd61da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd61da


Comments

No comments written yet.

Please login to write comment.