color codes Logo

#fd384f color codes

#FD384F
(253,56,79)
0 Favorites   0 Comments

Color spaces of #fd384f

RGB 2535679
HSL0.980.980.61
HSV353°78°99°
CMYK 0.000.780.69   0.01
XYZ43.333524.27559.7988
Yxy24.27550.55980.3136
Hunter Lab49.270270.769322.6976
CIE-Lab56.362672.919035.1370

#fd384f color RGB value is (253,56,79).

#fd384f hex color red value is 253, green value is 56 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fd384f hue: 0.98 , saturation: 0.98 and the lightness value of fd384f is 0.61.

The process color (four color CMYK) of #fd384f color code is 0.00, 0.78, 0.69, 0.01. Web safe color of #fd384f is #ff3366. Color #fd384f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 01001111
Octal 375 70 117
Decimal 253 56 79
Hex FD 38 4F

RGB Percentages of Color #fd384f

%65.21
%14.43
%20.36

CMYK Percentages of Color #fd384f

%0
%78
%69
%1

Triadic Colors of #fd384f

#fd384f #4ffd38 #384ffd

Analogous Colors of #fd384f

#fd384f #fd8438 #fd38b2

Monochromatic Colors of #fd384f

#fd384f

Complementary Color

#fd384f #38fde6

#fd384f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd384f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd384f Color CSS Codes

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

#fd384f Text Font Color

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

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


#fd384f Background Color

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

This div background color is #fd384f


#fd384f Border Color

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

This div border color is #fd384f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd384f

Related Colors


Comments

No comments written yet.

Please login to write comment.