Color Hex Logo

#fd449d Color Hex

#FD449D
(253,68,157)
0 Favorites   0 Comments

Color spaces of #fd449d

RGB 25368157
HSL0.920.980.63
HSV331°73°99°
CMYK 0.000.730.38   0.01
XYZ48.660927.451234.6322
Yxy27.45120.43940.2479
Hunter Lab52.393974.0928-2.5148
CIE-Lab59.389775.0359-6.5400

#fd449d color RGB value is (253,68,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000100 10011101
Octal 375 104 235
Decimal 253 68 157
Hex FD 44 9D

RGB Percentages of Color #fd449d

%52.93
%14.23
%32.85

CMYK Percentages of Color #fd449d

%0
%73
%38
%1

Triadic Colors of #fd449d

#fd449d #9dfd44 #449dfd

Analogous Colors of #fd449d

#fd449d #fd4844 #fd44fa

Monochromatic Colors of #fd449d

#fd449d

Complementary Color

#fd449d #44fda4

#fd449d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd449d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd449d Color CSS Codes

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

#fd449d Text Font Color

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

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


#fd449d Background Color

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

This div background color is #fd449d


#fd449d Border Color

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

This div border color is #fd449d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd449d


Comments

No comments written yet.

Please login to write comment.