Color Hex Logo

#fd75da Color Hex

#FD75DA
(253,117,218)
0 Favorites   0 Comments

Color spaces of #fd75da

RGB 253117218
HSL0.880.970.73
HSV315°54°99°
CMYK 0.000.540.14   0.01
XYZ59.524238.667270.6559
Yxy38.66720.35250.2290
Hunter Lab62.183062.0477-23.8407
CIE-Lab68.509563.5161-27.4454

#fd75da color RGB value is (253,117,218).

#fd75da hex color red value is 253, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd75da hue: 0.88 , saturation: 0.97 and the lightness value of fd75da is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110101 11011010
Octal 375 165 332
Decimal 253 117 218
Hex FD 75 DA

RGB Percentages of Color #fd75da

%43.03
%19.90
%37.07

CMYK Percentages of Color #fd75da

%0
%54
%14
%1

Triadic Colors of #fd75da

#fd75da #dafd75 #75dafd

Analogous Colors of #fd75da

#fd75da #fd7596 #dc75fd

Monochromatic Colors of #fd75da

#fd75da

Complementary Color

#fd75da #75fd98

#fd75da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd75da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd75da Color CSS Codes

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

#fd75da Text Font Color

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

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


#fd75da Background Color

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

This div background color is #fd75da


#fd75da Border Color

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

This div border color is #fd75da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd75da

Related Colors


Comments

No comments written yet.

Please login to write comment.