Color Hex Logo

#fd208e Color Hex

#FD208E
(253,32,142)
0 Favorites   0 Comments

Color spaces of #fd208e

RGB 25332142
HSL0.920.980.56
HSV330°87°99°
CMYK 0.000.870.44   0.01
XYZ45.907023.868727.7787
Yxy23.86870.47060.2447
Hunter Lab48.855682.22960.4874
CIE-Lab55.956182.1431-2.7849

#fd208e color RGB value is (253,32,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100000 10001110
Octal 375 40 216
Decimal 253 32 142
Hex FD 20 8E

RGB Percentages of Color #fd208e

%59.25
%7.49
%33.26

CMYK Percentages of Color #fd208e

%0
%87
%44
%1

Triadic Colors of #fd208e

#fd208e #8efd20 #208efd

Analogous Colors of #fd208e

#fd208e #fd2020 #fd20fd

Monochromatic Colors of #fd208e

#fd208e

Complementary Color

#fd208e #20fd8f

#fd208e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd208e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd208e Color CSS Codes

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

#fd208e Text Font Color

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

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


#fd208e Background Color

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

This div background color is #fd208e


#fd208e Border Color

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

This div border color is #fd208e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd208e


Comments

No comments written yet.

Please login to write comment.