Color Hex Logo

#fd289c Color Hex

#FD289C
(253,40,156)
0 Favorites   0 Comments

Color spaces of #fd289c

RGB 25340156
HSL0.910.980.57
HSV327°84°99°
CMYK 0.000.840.38   0.01
XYZ47.267624.800533.7482
Yxy24.80050.44670.2344
Hunter Lab49.800182.2725-5.3192
CIE-Lab56.880581.9965-9.6945

#fd289c color RGB value is (253,40,156).

#fd289c hex color red value is 253, green value is 40 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fd289c hue: 0.91 , saturation: 0.98 and the lightness value of fd289c is 0.57.

The process color (four color CMYK) of #fd289c color hex is 0.00, 0.84, 0.38, 0.01. Web safe color of #fd289c is #ff3399. Color #fd289c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101000 10011100
Octal 375 50 234
Decimal 253 40 156
Hex FD 28 9C

RGB Percentages of Color #fd289c

%56.35
%8.91
%34.74

CMYK Percentages of Color #fd289c

%0
%84
%38
%1

Triadic Colors of #fd289c

#fd289c #9cfd28 #289cfd

Analogous Colors of #fd289c

#fd289c #fd2831 #f428fd

Monochromatic Colors of #fd289c

#fd289c

Complementary Color

#fd289c #28fd89

#fd289c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd289c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd289c Color CSS Codes

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

#fd289c Text Font Color

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

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


#fd289c Background Color

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

This div background color is #fd289c


#fd289c Border Color

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

This div border color is #fd289c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd289c

Related Colors


Comments

No comments written yet.

Please login to write comment.