Color Hex Logo

#ff47df Color Hex

#FF47DF
(255,71,223)
0 Favorites   0 Comments

Color spaces of #ff47df

RGB 25571223
HSL0.861.000.64
HSV310°72°100°
CMYK 0.000.720.13   0.00
XYZ56.812531.094272.8195
Yxy31.09420.35350.1935
Hunter Lab55.762284.2784-38.3929
CIE-Lab62.587182.4466-39.4061

#ff47df color RGB value is (255,71,223).

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

The process color (four color CMYK) of #ff47df color hex is 0.00, 0.72, 0.13, 0.00. Web safe color of #ff47df is #ff33cc. Color #ff47df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 11011111
Octal 377 107 337
Decimal 255 71 223
Hex FF 47 DF

RGB Percentages of Color #ff47df

%46.45
%12.93
%40.62

CMYK Percentages of Color #ff47df

%0
%72
%13
%0

Triadic Colors of #ff47df

#ff47df #dfff47 #47dfff

Analogous Colors of #ff47df

#ff47df #ff4783 #c347ff

Monochromatic Colors of #ff47df

#ff47df

Complementary Color

#ff47df #47ff67

#ff47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff47df Color CSS Codes

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

#ff47df Text Font Color

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

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


#ff47df Background Color

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

This div background color is #ff47df


#ff47df Border Color

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

This div border color is #ff47df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff47df

Related Colors


Comments

No comments written yet.

Please login to write comment.