Color Hex Logo

#fd387e Color Hex

#FD387E
(253,56,126)
0 Favorites   0 Comments

Color spaces of #fd387e

RGB 25356126
HSL0.940.980.61
HSV339°78°99°
CMYK 0.000.780.50   0.01
XYZ45.688125.217422.1981
Yxy25.21740.49070.2709
Hunter Lab50.216974.52238.9431
CIE-Lab57.286675.78358.6458

#fd387e color RGB value is (253,56,126).

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

The process color (four color CMYK) of #fd387e color hex is 0.00, 0.78, 0.50, 0.01. Web safe color of #fd387e is #ff3366. Color #fd387e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 01111110
Octal 375 70 176
Decimal 253 56 126
Hex FD 38 7E

RGB Percentages of Color #fd387e

%58.16
%12.87
%28.97

CMYK Percentages of Color #fd387e

%0
%78
%50
%1

Triadic Colors of #fd387e

#fd387e #7efd38 #387efd

Analogous Colors of #fd387e

#fd387e #fd5438 #fd38e1

Monochromatic Colors of #fd387e

#fd387e

Complementary Color

#fd387e #38fdb7

#fd387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd387e Color CSS Codes

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

#fd387e Text Font Color

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

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


#fd387e Background Color

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

This div background color is #fd387e


#fd387e Border Color

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

This div border color is #fd387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd387e


Comments

No comments written yet.

Please login to write comment.