Color Hex Logo

#f74efa Color Hex

#F74EFA
(247,78,250)
0 Favorites   0 Comments

Color spaces of #f74efa

RGB 24778250
HSL0.830.950.64
HSV299°69°98°
CMYK 0.010.690.00   0.02
XYZ58.337532.125193.5685
Yxy32.12510.31700.1746
Hunter Lab56.679084.5348-58.2035
CIE-Lab63.446182.4790-53.1696

#f74efa color RGB value is (247,78,250).

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

The process color (four color CMYK) of #f74efa color hex is 0.01, 0.69, 0.00, 0.02. Web safe color of #f74efa is #ff66ff. Color #f74efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001110 11111010
Octal 367 116 372
Decimal 247 78 250
Hex F7 4E FA

RGB Percentages of Color #f74efa

%42.96
%13.57
%43.48

CMYK Percentages of Color #f74efa

%1
%69
%0
%2

Triadic Colors of #f74efa

#f74efa #faf74e #4efaf7

Analogous Colors of #f74efa

#f74efa #fa4ea7 #a14efa

Monochromatic Colors of #f74efa

#f74efa

Complementary Color

#f74efa #51fa4e

#f74efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74efa Color CSS Codes

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

#f74efa Text Font Color

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

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


#f74efa Background Color

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

This div background color is #f74efa


#f74efa Border Color

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

This div border color is #f74efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74efa

Related Colors


Comments

No comments written yet.

Please login to write comment.