Color Hex Logo

#fe94fb Color Hex

#FE94FB
(254,148,251)
0 Favorites   0 Comments

Color spaces of #fe94fb

RGB 254148251
HSL0.840.980.79
HSV302°42°100°
CMYK 0.000.420.01   0.00
XYZ68.875549.215797.1362
Yxy49.21570.32000.2287
Hunter Lab70.153952.4779-32.9861
CIE-Lab75.585354.3382-34.6266

#fe94fb color RGB value is (254,148,251).

#fe94fb hex color red value is 254, green value is 148 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fe94fb hue: 0.84 , saturation: 0.98 and the lightness value of fe94fb is 0.79.

The process color (four color CMYK) of #fe94fb color hex is 0.00, 0.42, 0.01, 0.00. Web safe color of #fe94fb is #ff99ff. Color #fe94fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 11111011
Octal 376 224 373
Decimal 254 148 251
Hex FE 94 FB

RGB Percentages of Color #fe94fb

%38.90
%22.66
%38.44

CMYK Percentages of Color #fe94fb

%0
%42
%1
%0

Triadic Colors of #fe94fb

#fe94fb #fbfe94 #94fbfe

Analogous Colors of #fe94fb

#fe94fb #fe94c6 #cc94fe

Monochromatic Colors of #fe94fb

#fe94fb

Complementary Color

#fe94fb #94fe97

#fe94fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe94fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe94fb Color CSS Codes

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

#fe94fb Text Font Color

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

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


#fe94fb Background Color

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

This div background color is #fe94fb


#fe94fb Border Color

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

This div border color is #fe94fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe94fb

Related Colors


Comments

No comments written yet.

Please login to write comment.