Color Hex Logo

#fd54da Color Hex

#FD54DA
(253,84,218)
0 Favorites   0 Comments

Color spaces of #fd54da

RGB 25384218
HSL0.870.980.66
HSV312°67°99°
CMYK 0.000.670.14   0.01
XYZ56.333232.285269.5923
Yxy32.28520.35610.2041
Hunter Lab56.820177.5354-32.8434
CIE-Lab63.577976.9880-35.0749

#fd54da color RGB value is (253,84,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 11011010
Octal 375 124 332
Decimal 253 84 218
Hex FD 54 DA

RGB Percentages of Color #fd54da

%45.59
%15.14
%39.28

CMYK Percentages of Color #fd54da

%0
%67
%14
%1

Triadic Colors of #fd54da

#fd54da #dafd54 #54dafd

Analogous Colors of #fd54da

#fd54da #fd5486 #cc54fd

Monochromatic Colors of #fd54da

#fd54da

Complementary Color

#fd54da #54fd77

#fd54da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd54da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd54da Color CSS Codes

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

#fd54da Text Font Color

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

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


#fd54da Background Color

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

This div background color is #fd54da


#fd54da Border Color

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

This div border color is #fd54da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd54da


Comments

No comments written yet.

Please login to write comment.