Color Hex Logo

#fd448b Color Hex

#FD448B
(253,68,139)
0 Favorites   0 Comments

Color spaces of #fd448b

RGB 25368139
HSL0.940.980.63
HSV337°73°99°
CMYK 0.000.730.45   0.01
XYZ47.235326.881027.1251
Yxy26.88100.46660.2655
Hunter Lab51.846971.89105.2737
CIE-Lab58.864073.35673.2315

#fd448b color RGB value is (253,68,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000100 10001011
Octal 375 104 213
Decimal 253 68 139
Hex FD 44 8B

RGB Percentages of Color #fd448b

%55.00
%14.78
%30.22

CMYK Percentages of Color #fd448b

%0
%73
%45
%1

Triadic Colors of #fd448b

#fd448b #8bfd44 #448bfd

Analogous Colors of #fd448b

#fd448b #fd5a44 #fd44e8

Monochromatic Colors of #fd448b

#fd448b

Complementary Color

#fd448b #44fdb6

#fd448b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd448b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd448b Color CSS Codes

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

#fd448b Text Font Color

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

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


#fd448b Background Color

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

This div background color is #fd448b


#fd448b Border Color

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

This div border color is #fd448b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd448b


Comments

No comments written yet.

Please login to write comment.