Color Hex Logo

#f71fee Color Hex

#F71FEE
(247,31,238)
0 Favorites   0 Comments

Color spaces of #f71fee

RGB 24731238
HSL0.840.930.55
HSV303°87°97°
CMYK 0.000.870.04   0.03
XYZ54.280426.927283.2255
Yxy26.92720.33010.1638
Hunter Lab51.891495.9078-58.7676
CIE-Lab58.906991.9568-53.7144

#f71fee color RGB value is (247,31,238).

#f71fee hex color red value is 247, green value is 31 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f71fee hue: 0.84 , saturation: 0.93 and the lightness value of f71fee is 0.55.

The process color (four color CMYK) of #f71fee color hex is 0.00, 0.87, 0.04, 0.03. Web safe color of #f71fee is #ff33ff. Color #f71fee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011111 11101110
Octal 367 37 356
Decimal 247 31 238
Hex F7 1F EE

RGB Percentages of Color #f71fee

%47.87
%6.01
%46.12

CMYK Percentages of Color #f71fee

%0
%87
%4
%3

Triadic Colors of #f71fee

#f71fee #eef71f #1feef7

Analogous Colors of #f71fee

#f71fee #f71f82 #941ff7

Monochromatic Colors of #f71fee

#f71fee

Complementary Color

#f71fee #1ff728

#f71fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71fee Color CSS Codes

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

#f71fee Text Font Color

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

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


#f71fee Background Color

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

This div background color is #f71fee


#f71fee Border Color

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

This div border color is #f71fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,31,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f71fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f71fee;
  -webkit-box-shadow: 1px 1px 3px 2px #f71fee;
  box-shadow:         1px 1px 3px 2px #f71fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,31,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71fee

Related Colors


Comments

No comments written yet.

Please login to write comment.