Color Hex Logo

#fd446d Color Hex

#FD446D
(253,68,109)
0 Favorites   0 Comments

Color spaces of #fd446d

RGB 25368109
HSL0.960.980.63
HSV347°73°99°
CMYK 0.000.730.57   0.01
XYZ45.335526.121017.1204
Yxy26.12100.51180.2949
Hunter Lab51.108768.896515.9151
CIE-Lab58.151771.044419.8998

#fd446d color RGB value is (253,68,109).

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

The process color (four color CMYK) of #fd446d color hex is 0.00, 0.73, 0.57, 0.01. Web safe color of #fd446d is #ff3366. Color #fd446d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000100 01101101
Octal 375 104 155
Decimal 253 68 109
Hex FD 44 6D

RGB Percentages of Color #fd446d

%58.84
%15.81
%25.35

CMYK Percentages of Color #fd446d

%0
%73
%57
%1

Triadic Colors of #fd446d

#fd446d #6dfd44 #446dfd

Analogous Colors of #fd446d

#fd446d #fd7844 #fd44ca

Monochromatic Colors of #fd446d

#fd446d

Complementary Color

#fd446d #44fdd4

#fd446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd446d Color CSS Codes

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

#fd446d Text Font Color

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

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


#fd446d Background Color

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

This div background color is #fd446d


#fd446d Border Color

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

This div border color is #fd446d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd446d


Comments

No comments written yet.

Please login to write comment.