Color Hex Logo

#fd377d Color Hex

#FD377D
(253,55,125)
0 Favorites   0 Comments

Color spaces of #fd377d

RGB 25355125
HSL0.940.980.60
HSV339°78°99°
CMYK 0.000.780.51   0.01
XYZ45.575925.095721.8439
Yxy25.09570.49260.2713
Hunter Lab50.095674.72819.2139
CIE-Lab57.168575.97169.0716

#fd377d color RGB value is (253,55,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110111 01111101
Octal 375 67 175
Decimal 253 55 125
Hex FD 37 7D

RGB Percentages of Color #fd377d

%58.43
%12.70
%28.87

CMYK Percentages of Color #fd377d

%0
%78
%51
%1

Triadic Colors of #fd377d

#fd377d #7dfd37 #377dfd

Analogous Colors of #fd377d

#fd377d #fd5437 #fd37e0

Monochromatic Colors of #fd377d

#fd377d

Complementary Color

#fd377d #37fdb7

#fd377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd377d Color CSS Codes

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

#fd377d Text Font Color

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

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


#fd377d Background Color

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

This div background color is #fd377d


#fd377d Border Color

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

This div border color is #fd377d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd377d

Related Colors


Comments

No comments written yet.

Please login to write comment.