Color Hex Logo

#fd136d Color Hex

#FD136D
(253,19,109)
0 Favorites   0 Comments

Color spaces of #fd136d

RGB 25319109
HSL0.940.980.53
HSV337°92°99°
CMYK 0.000.920.57   0.01
XYZ43.501222.452516.5090
Yxy22.45250.52750.2723
Hunter Lab47.384180.950812.5117
CIE-Lab54.503981.426514.9110

#fd136d color RGB value is (253,19,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 01101101
Octal 375 23 155
Decimal 253 19 109
Hex FD 13 6D

RGB Percentages of Color #fd136d

%66.40
%4.99
%28.61

CMYK Percentages of Color #fd136d

%0
%92
%57
%1

Triadic Colors of #fd136d

#fd136d #6dfd13 #136dfd

Analogous Colors of #fd136d

#fd136d #fd2e13 #fd13e2

Monochromatic Colors of #fd136d

#fd136d

Complementary Color

#fd136d #13fda3

#fd136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd136d Color CSS Codes

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

#fd136d Text Font Color

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

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


#fd136d Background Color

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

This div background color is #fd136d


#fd136d Border Color

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

This div border color is #fd136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd136d


Comments

No comments written yet.

Please login to write comment.