Color Hex Logo

#fe3fee Color Hex

#FE3FEE
(254,63,238)
0 Favorites   0 Comments

Color spaces of #fe3fee

RGB 25463238
HSL0.850.990.62
HSV305°75°100°
CMYK 0.000.750.06   0.00
XYZ58.083230.798983.7724
Yxy30.79890.33640.1784
Hunter Lab55.496889.6997-50.6506
CIE-Lab62.337586.6393-48.1993

#fe3fee color RGB value is (254,63,238).

#fe3fee hex color red value is 254, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fe3fee hue: 0.85 , saturation: 0.99 and the lightness value of fe3fee is 0.62.

The process color (four color CMYK) of #fe3fee color hex is 0.00, 0.75, 0.06, 0.00. Web safe color of #fe3fee is #ff33ff. Color #fe3fee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111111 11101110
Octal 376 77 356
Decimal 254 63 238
Hex FE 3F EE

RGB Percentages of Color #fe3fee

%45.77
%11.35
%42.88

CMYK Percentages of Color #fe3fee

%0
%75
%6
%0

Triadic Colors of #fe3fee

#fe3fee #eefe3f #3feefe

Analogous Colors of #fe3fee

#fe3fee #fe3f8f #af3ffe

Monochromatic Colors of #fe3fee

#fe3fee

Complementary Color

#fe3fee #3ffe4f

#fe3fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3fee Color CSS Codes

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

#fe3fee Text Font Color

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

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


#fe3fee Background Color

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

This div background color is #fe3fee


#fe3fee Border Color

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

This div border color is #fe3fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3fee

Related Colors


Comments

No comments written yet.

Please login to write comment.