Color Hex Logo

#fe3fdf Color Hex

#FE3FDF
(254,63,223)
0 Favorites   0 Comments

Color spaces of #fe3fdf

RGB 25463223
HSL0.860.990.62
HSV310°75°100°
CMYK 0.000.750.12   0.00
XYZ55.969829.953672.6437
Yxy29.95360.35300.1889
Hunter Lab54.729986.7667-40.3855
CIE-Lab61.614284.5473-40.9427

#fe3fdf color RGB value is (254,63,223).

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

The process color (four color CMYK) of #fe3fdf color hex is 0.00, 0.75, 0.12, 0.00. Web safe color of #fe3fdf is #ff33cc. Color #fe3fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111111 11011111
Octal 376 77 337
Decimal 254 63 223
Hex FE 3F DF

RGB Percentages of Color #fe3fdf

%47.04
%11.67
%41.30

CMYK Percentages of Color #fe3fdf

%0
%75
%12
%0

Triadic Colors of #fe3fdf

#fe3fdf #dffe3f #3fdffe

Analogous Colors of #fe3fdf

#fe3fdf #fe3f80 #be3ffe

Monochromatic Colors of #fe3fdf

#fe3fdf

Complementary Color

#fe3fdf #3ffe5e

#fe3fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3fdf Color CSS Codes

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

#fe3fdf Text Font Color

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

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


#fe3fdf Background Color

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

This div background color is #fe3fdf


#fe3fdf Border Color

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

This div border color is #fe3fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3fdf


Comments

No comments written yet.

Please login to write comment.