Color Hex Logo

#fd147e Color Hex

#FD147E
(253,20,126)
0 Favorites   0 Comments

Color spaces of #fd147e

RGB 25320126
HSL0.920.980.54
HSV333°92°99°
CMYK 0.000.920.50   0.01
XYZ44.524122.889321.8101
Yxy22.88930.49900.2565
Hunter Lab47.842882.39336.4614
CIE-Lab54.958182.46525.3209

#fd147e color RGB value is (253,20,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 01111110
Octal 375 24 176
Decimal 253 20 126
Hex FD 14 7E

RGB Percentages of Color #fd147e

%63.41
%5.01
%31.58

CMYK Percentages of Color #fd147e

%0
%92
%50
%1

Triadic Colors of #fd147e

#fd147e #7efd14 #147efd

Analogous Colors of #fd147e

#fd147e #fd1f14 #fd14f3

Monochromatic Colors of #fd147e

#fd147e

Complementary Color

#fd147e #14fd93

#fd147e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd147e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd147e Color CSS Codes

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

#fd147e Text Font Color

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

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


#fd147e Background Color

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

This div background color is #fd147e


#fd147e Border Color

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

This div border color is #fd147e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd147e

Related Colors


Comments

No comments written yet.

Please login to write comment.