Color Hex Logo

#ff429d Color Hex

#FF429D
(255,66,157)
0 Favorites   0 Comments

Color spaces of #ff429d

RGB 25566157
HSL0.921.000.63
HSV331°74°100°
CMYK 0.000.740.38   0.00
XYZ49.274027.590834.6268
Yxy27.59080.44200.2475
Hunter Lab52.526975.5235-2.3163
CIE-Lab59.517276.1589-6.3130

#ff429d color RGB value is (255,66,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000010 10011101
Octal 377 102 235
Decimal 255 66 157
Hex FF 42 9D

RGB Percentages of Color #ff429d

%53.35
%13.81
%32.85

CMYK Percentages of Color #ff429d

%0
%74
%38
%0

Triadic Colors of #ff429d

#ff429d #9dff42 #429dff

Analogous Colors of #ff429d

#ff429d #ff4542 #ff42fc

Monochromatic Colors of #ff429d

#ff429d

Complementary Color

#ff429d #42ffa4

#ff429d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff429d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff429d Color CSS Codes

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

#ff429d Text Font Color

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

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


#ff429d Background Color

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

This div background color is #ff429d


#ff429d Border Color

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

This div border color is #ff429d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff429d

Related Colors


Comments

No comments written yet.

Please login to write comment.