Color Hex Logo

#ff47cf Color Hex

#FF47CF
(255,71,207)
0 Favorites   0 Comments

Color spaces of #ff47cf

RGB 25571207
HSL0.881.000.64
HSV316°72°100°
CMYK 0.000.720.19   0.00
XYZ54.755730.271561.9885
Yxy30.27150.37240.2059
Hunter Lab55.019581.3598-28.2862
CIE-Lab61.887880.3154-31.4710

#ff47cf color RGB value is (255,71,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 11001111
Octal 377 107 317
Decimal 255 71 207
Hex FF 47 CF

RGB Percentages of Color #ff47cf

%47.84
%13.32
%38.84

CMYK Percentages of Color #ff47cf

%0
%72
%19
%0

Triadic Colors of #ff47cf

#ff47cf #cfff47 #47cfff

Analogous Colors of #ff47cf

#ff47cf #ff4773 #d347ff

Monochromatic Colors of #ff47cf

#ff47cf

Complementary Color

#ff47cf #47ff77

#ff47cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff47cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff47cf Color CSS Codes

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

#ff47cf Text Font Color

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

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


#ff47cf Background Color

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

This div background color is #ff47cf


#ff47cf Border Color

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

This div border color is #ff47cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff47cf

#ff47cf Color Palettes


Comments

No comments written yet.

Please login to write comment.