Color Hex Logo

#ff478e Color Hex

#FF478E
(255,71,142)
0 Favorites   0 Comments

Color spaces of #ff478e

RGB 25571142
HSL0.941.000.64
HSV337°72°100°
CMYK 0.000.720.44   0.00
XYZ48.375727.719528.3919
Yxy27.71950.46300.2653
Hunter Lab52.649371.87464.8815
CIE-Lab59.634573.19772.6306

#ff478e color RGB value is (255,71,142).

#ff478e hex color red value is 255, green value is 71 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ff478e hue: 0.94 , saturation: 1.00 and the lightness value of ff478e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 10001110
Octal 377 107 216
Decimal 255 71 142
Hex FF 47 8E

RGB Percentages of Color #ff478e

%54.49
%15.17
%30.34

CMYK Percentages of Color #ff478e

%0
%72
%44
%0

Triadic Colors of #ff478e

#ff478e #8eff47 #478eff

Analogous Colors of #ff478e

#ff478e #ff5c47 #ff47ea

Monochromatic Colors of #ff478e

#ff478e

Complementary Color

#ff478e #47ffb8

#ff478e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff478e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff478e Color CSS Codes

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

#ff478e Text Font Color

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

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


#ff478e Background Color

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

This div background color is #ff478e


#ff478e Border Color

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

This div border color is #ff478e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff478e

Related Colors


Comments

No comments written yet.

Please login to write comment.