Color Hex Logo

#fd137e Color Hex

#FD137E
(253,19,126)
0 Favorites   0 Comments

Color spaces of #fd137e

RGB 25319126
HSL0.920.980.53
HSV333°92°99°
CMYK 0.000.920.50   0.01
XYZ44.506822.854721.8043
Yxy22.85470.49910.2563
Hunter Lab47.806682.51776.4228
CIE-Lab54.922482.56915.2696

#fd137e color RGB value is (253,19,126).

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

The process color (four color CMYK) of #fd137e color hex is 0.00, 0.92, 0.50, 0.01. Web safe color of #fd137e is #ff0066. Color #fd137e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 01111110
Octal 375 23 176
Decimal 253 19 126
Hex FD 13 7E

RGB Percentages of Color #fd137e

%63.57
%4.77
%31.66

CMYK Percentages of Color #fd137e

%0
%92
%50
%1

Triadic Colors of #fd137e

#fd137e #7efd13 #137efd

Analogous Colors of #fd137e

#fd137e #fd1d13 #fd13f3

Monochromatic Colors of #fd137e

#fd137e

Complementary Color

#fd137e #13fd92

#fd137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd137e Color CSS Codes

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

#fd137e Text Font Color

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

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


#fd137e Background Color

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

This div background color is #fd137e


#fd137e Border Color

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

This div border color is #fd137e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,19,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 #fd137e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd137e


Comments

No comments written yet.

Please login to write comment.