Color Hex Logo

#fe74fc Color Hex

#FE74FC
(254,116,252)
0 Favorites   0 Comments

Color spaces of #fe74fc

RGB 254116252
HSL0.840.990.73
HSV301°54°100°
CMYK 0.000.540.01   0.00
XYZ64.689140.589996.5206
Yxy40.58990.32060.2011
Hunter Lab63.710269.7498-45.2269
CIE-Lab69.887669.6072-44.0426

#fe74fc color RGB value is (254,116,252).

#fe74fc hex color red value is 254, green value is 116 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fe74fc hue: 0.84 , saturation: 0.99 and the lightness value of fe74fc is 0.73.

The process color (four color CMYK) of #fe74fc color hex is 0.00, 0.54, 0.01, 0.00. Web safe color of #fe74fc is #ff66ff. Color #fe74fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110100 11111100
Octal 376 164 374
Decimal 254 116 252
Hex FE 74 FC

RGB Percentages of Color #fe74fc

%40.84
%18.65
%40.51

CMYK Percentages of Color #fe74fc

%0
%54
%1
%0

Triadic Colors of #fe74fc

#fe74fc #fcfe74 #74fcfe

Analogous Colors of #fe74fc

#fe74fc #fe74b7 #bb74fe

Monochromatic Colors of #fe74fc

#fe74fc

Complementary Color

#fe74fc #74fe76

#fe74fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe74fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe74fc Color CSS Codes

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

#fe74fc Text Font Color

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

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


#fe74fc Background Color

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

This div background color is #fe74fc


#fe74fc Border Color

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

This div border color is #fe74fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe74fc

Related Colors


Comments

No comments written yet.

Please login to write comment.