Color Hex Logo

#fe5dff Color Hex

#FE5DFF
(254,93,255)
0 Favorites   0 Comments

Color spaces of #fe5dff

RGB 25493255
HSL0.831.000.68
HSV300°64°100°
CMYK 0.000.640.00   0.00
XYZ62.837436.119598.2676
Yxy36.11950.31860.1831
Hunter Lab60.099581.4576-54.8743
CIE-Lab66.611179.4929-50.8440

#fe5dff color RGB value is (254,93,255).

#fe5dff hex color red value is 254, green value is 93 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fe5dff hue: 0.83 , saturation: 1.00 and the lightness value of fe5dff is 0.68.

The process color (four color CMYK) of #fe5dff color hex is 0.00, 0.64, 0.00, 0.00. Web safe color of #fe5dff is #ff66ff. Color #fe5dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01011101 11111111
Octal 376 135 377
Decimal 254 93 255
Hex FE 5D FF

RGB Percentages of Color #fe5dff

%42.19
%15.45
%42.36

CMYK Percentages of Color #fe5dff

%0
%64
%0
%0

Triadic Colors of #fe5dff

#fe5dff #fffe5d #5dfffe

Analogous Colors of #fe5dff

#fe5dff #ff5daf #ad5dff

Monochromatic Colors of #fe5dff

#fe5dff

Complementary Color

#fe5dff #5eff5d

#fe5dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5dff Color CSS Codes

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

#fe5dff Text Font Color

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

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


#fe5dff Background Color

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

This div background color is #fe5dff


#fe5dff Border Color

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

This div border color is #fe5dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5dff

Related Colors


Comments

No comments written yet.

Please login to write comment.