Color Hex Logo

#fe5fdf Color Hex

#FE5FDF
(254,95,223)
0 Favorites   0 Comments

Color spaces of #fe5fdf

RGB 25495223
HSL0.870.990.68
HSV312°63°100°
CMYK 0.000.630.12   0.00
XYZ58.284534.583073.4153
Yxy34.58300.35050.2080
Hunter Lab58.807374.0003-32.8528
CIE-Lab65.422773.8306-34.9928

#fe5fdf color RGB value is (254,95,223).

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

The process color (four color CMYK) of #fe5fdf color hex is 0.00, 0.63, 0.12, 0.00. Web safe color of #fe5fdf is #ff66cc. Color #fe5fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011111 11011111
Octal 376 137 337
Decimal 254 95 223
Hex FE 5F DF

RGB Percentages of Color #fe5fdf

%44.41
%16.61
%38.99

CMYK Percentages of Color #fe5fdf

%0
%63
%12
%0

Triadic Colors of #fe5fdf

#fe5fdf #dffe5f #5fdffe

Analogous Colors of #fe5fdf

#fe5fdf #fe5f90 #ce5ffe

Monochromatic Colors of #fe5fdf

#fe5fdf

Complementary Color

#fe5fdf #5ffe7e

#fe5fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5fdf Color CSS Codes

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

#fe5fdf Text Font Color

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

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


#fe5fdf Background Color

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

This div background color is #fe5fdf


#fe5fdf Border Color

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

This div border color is #fe5fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,95,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 #fe5fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5fdf

Related Colors


Comments

No comments written yet.

Please login to write comment.