Color Hex Logo

#ff428f Color Hex

#FF428F
(255,66,143)
0 Favorites   0 Comments

Color spaces of #ff428f

RGB 25566143
HSL0.931.000.63
HSV336°74°100°
CMYK 0.000.740.44   0.00
XYZ48.146127.139628.6875
Yxy27.13960.46310.2610
Hunter Lab52.095773.79983.8178
CIE-Lab59.103374.85461.2729

#ff428f color RGB value is (255,66,143).

#ff428f hex color red value is 255, green value is 66 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ff428f hue: 0.93 , saturation: 1.00 and the lightness value of ff428f is 0.63.

The process color (four color CMYK) of #ff428f color hex is 0.00, 0.74, 0.44, 0.00. Web safe color of #ff428f is #ff3399. Color #ff428f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 10001111
Octal 377 102 217
Decimal 255 66 143
Hex FF 42 8F

RGB Percentages of Color #ff428f

%54.96
%14.22
%30.82

CMYK Percentages of Color #ff428f

%0
%74
%44
%0

Triadic Colors of #ff428f

#ff428f #8fff42 #428fff

Analogous Colors of #ff428f

#ff428f #ff5442 #ff42ee

Monochromatic Colors of #ff428f

#ff428f

Complementary Color

#ff428f #42ffb2

#ff428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff428f Color CSS Codes

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

#ff428f Text Font Color

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

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


#ff428f Background Color

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

This div background color is #ff428f


#ff428f Border Color

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

This div border color is #ff428f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,66,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff428f

Related Colors


Comments

No comments written yet.

Please login to write comment.