Color Hex Logo

#ff426e Color Hex

#FF426E
(255,66,110)
0 Favorites   0 Comments

Color spaces of #ff426e

RGB 25566110
HSL0.961.000.63
HSV346°74°100°
CMYK 0.000.740.57   0.00
XYZ46.002726.282217.4002
Yxy26.28220.51290.2930
Hunter Lab51.266270.457715.7628
CIE-Lab58.303972.295419.5774

#ff426e color RGB value is (255,66,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 01101110
Octal 377 102 156
Decimal 255 66 110
Hex FF 42 6E

RGB Percentages of Color #ff426e

%59.16
%15.31
%25.52

CMYK Percentages of Color #ff426e

%0
%74
%57
%0

Triadic Colors of #ff426e

#ff426e #6eff42 #426eff

Analogous Colors of #ff426e

#ff426e #ff7542 #ff42cd

Monochromatic Colors of #ff426e

#ff426e

Complementary Color

#ff426e #42ffd3

#ff426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff426e Color CSS Codes

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

#ff426e Text Font Color

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

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


#ff426e Background Color

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

This div background color is #ff426e


#ff426e Border Color

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

This div border color is #ff426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff426e

Related Colors


Comments

No comments written yet.

Please login to write comment.