Color Hex Logo

#fd145c Color Hex

#FD145C
(253,20,92)
0 Favorites   0 Comments

Color spaces of #fd145c

RGB 2532092
HSL0.950.980.54
HSV341°92°99°
CMYK 0.000.920.64   0.01
XYZ42.689922.155712.1517
Yxy22.15570.55440.2877
Hunter Lab47.069879.518017.6424
CIE-Lab54.191880.361024.7286

#fd145c color RGB value is (253,20,92).

#fd145c hex color red value is 253, green value is 20 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fd145c hue: 0.95 , saturation: 0.98 and the lightness value of fd145c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 01011100
Octal 375 24 134
Decimal 253 20 92
Hex FD 14 5C

RGB Percentages of Color #fd145c

%69.32
%5.48
%25.21

CMYK Percentages of Color #fd145c

%0
%92
%64
%1

Triadic Colors of #fd145c

#fd145c #5cfd14 #145cfd

Analogous Colors of #fd145c

#fd145c #fd4114 #fd14d1

Monochromatic Colors of #fd145c

#fd145c

Complementary Color

#fd145c #14fdb5

#fd145c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd145c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd145c Color CSS Codes

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

#fd145c Text Font Color

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

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


#fd145c Background Color

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

This div background color is #fd145c


#fd145c Border Color

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

This div border color is #fd145c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd145c

Related Colors


Comments

No comments written yet.

Please login to write comment.