Color Hex Logo

#fe9cfe Color Hex

#FE9CFE
(254,156,254)
0 Favorites   0 Comments

Color spaces of #fe9cfe

RGB 254156254
HSL0.830.980.80
HSV300°39°100°
CMYK 0.000.390.00   0.00
XYZ70.650952.0035100.0799
Yxy52.00350.31720.2335
Hunter Lab72.113548.6813-31.8039
CIE-Lab77.282950.8470-33.6253

#fe9cfe color RGB value is (254,156,254).

#fe9cfe hex color red value is 254, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fe9cfe hue: 0.83 , saturation: 0.98 and the lightness value of fe9cfe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011100 11111110
Octal 376 234 376
Decimal 254 156 254
Hex FE 9C FE

RGB Percentages of Color #fe9cfe

%38.25
%23.49
%38.25

CMYK Percentages of Color #fe9cfe

%0
%39
%0
%0

Triadic Colors of #fe9cfe

#fe9cfe #fefe9c #9cfefe

Analogous Colors of #fe9cfe

#fe9cfe #fe9ccd #cd9cfe

Monochromatic Colors of #fe9cfe

#fe9cfe

Complementary Color

#fe9cfe #9cfe9c

#fe9cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9cfe Color CSS Codes

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

#fe9cfe Text Font Color

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

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


#fe9cfe Background Color

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

This div background color is #fe9cfe


#fe9cfe Border Color

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

This div border color is #fe9cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.