Color Hex Logo

#fe94e9 Color Hex

#FE94E9
(254,148,233)
0 Favorites   0 Comments

Color spaces of #fe94e9

RGB 254148233
HSL0.870.980.79
HSV312°42°100°
CMYK 0.000.420.08   0.00
XYZ66.170948.133882.8940
Yxy48.13380.33560.2441
Hunter Lab69.378548.8349-22.2752
CIE-Lab74.909251.2952-25.8810

#fe94e9 color RGB value is (254,148,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 11101001
Octal 376 224 351
Decimal 254 148 233
Hex FE 94 E9

RGB Percentages of Color #fe94e9

%40.00
%23.31
%36.69

CMYK Percentages of Color #fe94e9

%0
%42
%8
%0

Triadic Colors of #fe94e9

#fe94e9 #e9fe94 #94e9fe

Analogous Colors of #fe94e9

#fe94e9 #fe94b4 #de94fe

Monochromatic Colors of #fe94e9

#fe94e9

Complementary Color

#fe94e9 #94fea9

#fe94e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe94e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe94e9 Color CSS Codes

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

#fe94e9 Text Font Color

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

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


#fe94e9 Background Color

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

This div background color is #fe94e9


#fe94e9 Border Color

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

This div border color is #fe94e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe94e9


Comments

No comments written yet.

Please login to write comment.