Color Hex Logo

#fd427e Color Hex

#FD427E
(253,66,126)
0 Favorites   0 Comments

Color spaces of #fd427e

RGB 25366126
HSL0.950.980.63
HSV341°74°99°
CMYK 0.000.740.50   0.01
XYZ46.222126.285422.3761
Yxy26.28540.48710.2770
Hunter Lab51.269371.206410.0118
CIE-Lab58.307072.905510.0912

#fd427e color RGB value is (253,66,126).

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

The process color (four color CMYK) of #fd427e color hex is 0.00, 0.74, 0.50, 0.01. Web safe color of #fd427e is #ff3366. Color #fd427e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000010 01111110
Octal 375 102 176
Decimal 253 66 126
Hex FD 42 7E

RGB Percentages of Color #fd427e

%56.85
%14.83
%28.31

CMYK Percentages of Color #fd427e

%0
%74
%50
%1

Triadic Colors of #fd427e

#fd427e #7efd42 #427efd

Analogous Colors of #fd427e

#fd427e #fd6442 #fd42dc

Monochromatic Colors of #fd427e

#fd427e

Complementary Color

#fd427e #42fdc1

#fd427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd427e Color CSS Codes

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

#fd427e Text Font Color

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

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


#fd427e Background Color

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

This div background color is #fd427e


#fd427e Border Color

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

This div border color is #fd427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd427e


Comments

No comments written yet.

Please login to write comment.