Color Hex Logo

#fd147d Color Hex

#FD147D
(253,20,125)
0 Favorites   0 Comments

Color spaces of #fd147d

RGB 25320125
HSL0.920.980.54
HSV333°92°99°
CMYK 0.000.920.51   0.01
XYZ44.459822.863621.4719
Yxy22.86360.50070.2575
Hunter Lab47.815982.29366.8467
CIE-Lab54.931682.39275.8832

#fd147d color RGB value is (253,20,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010100 01111101
Octal 375 24 175
Decimal 253 20 125
Hex FD 14 7D

RGB Percentages of Color #fd147d

%63.57
%5.03
%31.41

CMYK Percentages of Color #fd147d

%0
%92
%51
%1

Triadic Colors of #fd147d

#fd147d #7dfd14 #147dfd

Analogous Colors of #fd147d

#fd147d #fd2014 #fd14f2

Monochromatic Colors of #fd147d

#fd147d

Complementary Color

#fd147d #14fd94

#fd147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd147d Color CSS Codes

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

#fd147d Text Font Color

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

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


#fd147d Background Color

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

This div background color is #fd147d


#fd147d Border Color

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

This div border color is #fd147d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd147d


Comments

No comments written yet.

Please login to write comment.