Color Hex Logo

#ff427a Color Hex

#FF427A
(255,66,122)
0 Favorites   0 Comments

Color spaces of #ff427a

RGB 25566122
HSL0.951.000.63
HSV342°74°100°
CMYK 0.000.740.52   0.00
XYZ46.701126.561621.0778
Yxy26.56160.49500.2816
Hunter Lab51.537971.556311.8284
CIE-Lab58.566373.141212.8666

#ff427a color RGB value is (255,66,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 01111010
Octal 377 102 172
Decimal 255 66 122
Hex FF 42 7A

RGB Percentages of Color #ff427a

%57.56
%14.90
%27.54

CMYK Percentages of Color #ff427a

%0
%74
%52
%0

Triadic Colors of #ff427a

#ff427a #7aff42 #427aff

Analogous Colors of #ff427a

#ff427a #ff6942 #ff42d9

Monochromatic Colors of #ff427a

#ff427a

Complementary Color

#ff427a #42ffc7

#ff427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff427a Color CSS Codes

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

#ff427a Text Font Color

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

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


#ff427a Background Color

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

This div background color is #ff427a


#ff427a Border Color

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

This div border color is #ff427a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff427a


Comments

No comments written yet.

Please login to write comment.