Color Hex Logo

#f47ffe Color Hex

#F47FFE
(244,127,254)
0 Favorites   0 Comments

Color spaces of #f47ffe

RGB 244127254
HSL0.820.980.75
HSV295°50°100°
CMYK 0.040.500.00   0.00
XYZ62.787041.567698.4800
Yxy41.56760.30950.2049
Hunter Lab64.472961.0047-45.4322
CIE-Lab70.571862.3047-44.1544

#f47ffe color RGB value is (244,127,254).

#f47ffe hex color red value is 244, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f47ffe hue: 0.82 , saturation: 0.98 and the lightness value of f47ffe is 0.75.

The process color (four color CMYK) of #f47ffe color hex is 0.04, 0.50, 0.00, 0.00. Web safe color of #f47ffe is #ff66ff. Color #f47ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111111 11111110
Octal 364 177 376
Decimal 244 127 254
Hex F4 7F FE

RGB Percentages of Color #f47ffe

%39.04
%20.32
%40.64

CMYK Percentages of Color #f47ffe

%4
%50
%0
%0

Triadic Colors of #f47ffe

#f47ffe #fef47f #7ffef4

Analogous Colors of #f47ffe

#f47ffe #fe7fc9 #b57ffe

Monochromatic Colors of #f47ffe

#f47ffe

Complementary Color

#f47ffe #89fe7f

#f47ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47ffe Color CSS Codes

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

#f47ffe Text Font Color

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

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


#f47ffe Background Color

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

This div background color is #f47ffe


#f47ffe Border Color

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

This div border color is #f47ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,127,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f47ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f47ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #f47ffe;
  box-shadow:         1px 1px 3px 2px #f47ffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,127,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.