Color Hex Logo

#fd208f Color Hex

#FD208F
(253,32,143)
0 Favorites   0 Comments

Color spaces of #fd208f

RGB 25332143
HSL0.920.980.56
HSV330°87°99°
CMYK 0.000.870.43   0.01
XYZ45.982523.898828.1760
Yxy23.89880.46890.2437
Hunter Lab48.886482.34570.0483
CIE-Lab55.986382.2277-3.3346

#fd208f color RGB value is (253,32,143).

#fd208f hex color red value is 253, green value is 32 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fd208f hue: 0.92 , saturation: 0.98 and the lightness value of fd208f is 0.56.

The process color (four color CMYK) of #fd208f color hex is 0.00, 0.87, 0.43, 0.01. Web safe color of #fd208f is #ff3399. Color #fd208f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100000 10001111
Octal 375 40 217
Decimal 253 32 143
Hex FD 20 8F

RGB Percentages of Color #fd208f

%59.11
%7.48
%33.41

CMYK Percentages of Color #fd208f

%0
%87
%43
%1

Triadic Colors of #fd208f

#fd208f #8ffd20 #208ffd

Analogous Colors of #fd208f

#fd208f #fd2021 #fd20fd

Monochromatic Colors of #fd208f

#fd208f

Complementary Color

#fd208f #20fd8e

#fd208f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd208f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd208f Color CSS Codes

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

#fd208f Text Font Color

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

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


#fd208f Background Color

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

This div background color is #fd208f


#fd208f Border Color

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

This div border color is #fd208f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd208f


Comments

No comments written yet.

Please login to write comment.