Color Hex Logo

#fe94de Color Hex

#FE94DE
(254,148,222)
0 Favorites   0 Comments

Color spaces of #fe94de

RGB 254148222
HSL0.880.980.79
HSV318°42°100°
CMYK 0.000.420.13   0.00
XYZ64.647847.524674.8731
Yxy47.52460.34560.2541
Hunter Lab68.938146.7496-16.1377
CIE-Lab74.524149.5289-20.4540

#fe94de color RGB value is (254,148,222).

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

The process color (four color CMYK) of #fe94de color hex is 0.00, 0.42, 0.13, 0.00. Web safe color of #fe94de is #ff99cc. Color #fe94de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010100 11011110
Octal 376 224 336
Decimal 254 148 222
Hex FE 94 DE

RGB Percentages of Color #fe94de

%40.71
%23.72
%35.58

CMYK Percentages of Color #fe94de

%0
%42
%13
%0

Triadic Colors of #fe94de

#fe94de #defe94 #94defe

Analogous Colors of #fe94de

#fe94de #fe94a9 #e994fe

Monochromatic Colors of #fe94de

#fe94de

Complementary Color

#fe94de #94feb4

#fe94de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe94de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe94de Color CSS Codes

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

#fe94de Text Font Color

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

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


#fe94de Background Color

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

This div background color is #fe94de


#fe94de Border Color

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

This div border color is #fe94de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe94de


Comments

No comments written yet.

Please login to write comment.