Color Hex Logo

#f71feb Color Hex

#F71FEB
(247,31,235)
0 Favorites   0 Comments

Color spaces of #f71feb

RGB 24731235
HSL0.840.930.55
HSV303°87°97°
CMYK 0.000.870.05   0.03
XYZ53.843226.752380.9231
Yxy26.75230.33340.1656
Hunter Lab51.722695.3037-56.5569
CIE-Lab58.744391.5407-52.2926

#f71feb color RGB value is (247,31,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011111 11101011
Octal 367 37 353
Decimal 247 31 235
Hex F7 1F EB

RGB Percentages of Color #f71feb

%48.15
%6.04
%45.81

CMYK Percentages of Color #f71feb

%0
%87
%5
%3

Triadic Colors of #f71feb

#f71feb #ebf71f #1febf7

Analogous Colors of #f71feb

#f71feb #f71f7f #971ff7

Monochromatic Colors of #f71feb

#f71feb

Complementary Color

#f71feb #1ff72b

#f71feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71feb Color CSS Codes

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

#f71feb Text Font Color

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

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


#f71feb Background Color

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

This div background color is #f71feb


#f71feb Border Color

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

This div border color is #f71feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71feb


Comments

No comments written yet.

Please login to write comment.