Color Hex Logo

#ff47fa Color Hex

#FF47FA
(255,71,250)
0 Favorites   0 Comments

Color spaces of #ff47fa

RGB 25571250
HSL0.841.000.64
HSV302°72°100°
CMYK 0.000.720.02   0.00
XYZ60.748632.668693.5463
Yxy32.66860.32490.1747
Hunter Lab57.156589.6945-57.0287
CIE-Lab63.891786.3338-52.3864

#ff47fa color RGB value is (255,71,250).

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

The process color (four color CMYK) of #ff47fa color hex is 0.00, 0.72, 0.02, 0.00. Web safe color of #ff47fa is #ff33ff. Color #ff47fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 11111010
Octal 377 107 372
Decimal 255 71 250
Hex FF 47 FA

RGB Percentages of Color #ff47fa

%44.27
%12.33
%43.40

CMYK Percentages of Color #ff47fa

%0
%72
%2
%0

Triadic Colors of #ff47fa

#ff47fa #faff47 #47faff

Analogous Colors of #ff47fa

#ff47fa #ff479e #a847ff

Monochromatic Colors of #ff47fa

#ff47fa

Complementary Color

#ff47fa #47ff4c

#ff47fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff47fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff47fa Color CSS Codes

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

#ff47fa Text Font Color

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

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


#ff47fa Background Color

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

This div background color is #ff47fa


#ff47fa Border Color

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

This div border color is #ff47fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff47fa


Comments

No comments written yet.

Please login to write comment.