Color Hex Logo

#f71efa Color Hex

#F71EFA
(247,30,250)
0 Favorites   0 Comments

Color spaces of #f71efa

RGB 24730250
HSL0.830.960.55
HSV299°88°98°
CMYK 0.010.880.00   0.02
XYZ56.077427.604892.8151
Yxy27.60480.31770.1564
Hunter Lab52.540398.5716-67.9607
CIE-Lab59.530093.7991-59.4098

#f71efa color RGB value is (247,30,250).

#f71efa hex color red value is 247, green value is 30 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f71efa hue: 0.83 , saturation: 0.96 and the lightness value of f71efa is 0.55.

The process color (four color CMYK) of #f71efa color hex is 0.01, 0.88, 0.00, 0.02. Web safe color of #f71efa is #ff33ff. Color #f71efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011110 11111010
Octal 367 36 372
Decimal 247 30 250
Hex F7 1E FA

RGB Percentages of Color #f71efa

%46.87
%5.69
%47.44

CMYK Percentages of Color #f71efa

%1
%88
%0
%2

Triadic Colors of #f71efa

#f71efa #faf71e #1efaf7

Analogous Colors of #f71efa

#f71efa #fa1e8f #891efa

Monochromatic Colors of #f71efa

#f71efa

Complementary Color

#f71efa #21fa1e

#f71efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71efa Color CSS Codes

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

#f71efa Text Font Color

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

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


#f71efa Background Color

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

This div background color is #f71efa


#f71efa Border Color

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

This div border color is #f71efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,30,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 #f71efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71efa

Related Colors


Comments

No comments written yet.

Please login to write comment.