Color Hex Logo

#fd53da Color Hex

#FD53DA
(253,83,218)
0 Favorites   0 Comments

Color spaces of #fd53da

RGB 25383218
HSL0.870.980.66
HSV312°67°99°
CMYK 0.000.670.14   0.01
XYZ56.256232.131169.5666
Yxy32.13110.35620.2034
Hunter Lab56.684377.9544-33.0855
CIE-Lab63.451177.3431-35.2724

#fd53da color RGB value is (253,83,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 11011010
Octal 375 123 332
Decimal 253 83 218
Hex FD 53 DA

RGB Percentages of Color #fd53da

%45.67
%14.98
%39.35

CMYK Percentages of Color #fd53da

%0
%67
%14
%1

Triadic Colors of #fd53da

#fd53da #dafd53 #53dafd

Analogous Colors of #fd53da

#fd53da #fd5385 #cb53fd

Monochromatic Colors of #fd53da

#fd53da

Complementary Color

#fd53da #53fd76

#fd53da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd53da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd53da Color CSS Codes

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

#fd53da Text Font Color

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

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


#fd53da Background Color

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

This div background color is #fd53da


#fd53da Border Color

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

This div border color is #fd53da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd53da

Related Colors


Comments

No comments written yet.

Please login to write comment.