Color Hex Logo

#fe7fef Color Hex

#FE7FEF
(254,127,239)
0 Favorites   0 Comments

Color spaces of #fe7fef

RGB 254127239
HSL0.850.980.75
HSV307°50°100°
CMYK 0.000.500.06   0.00
XYZ64.042442.481686.4857
Yxy42.48160.33180.2201
Hunter Lab65.177961.3289-33.0484
CIE-Lab71.201762.4726-34.8737

#fe7fef color RGB value is (254,127,239).

#fe7fef hex color red value is 254, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fe7fef hue: 0.85 , saturation: 0.98 and the lightness value of fe7fef is 0.75.

The process color (four color CMYK) of #fe7fef color hex is 0.00, 0.50, 0.06, 0.00. Web safe color of #fe7fef is #ff66ff. Color #fe7fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111111 11101111
Octal 376 177 357
Decimal 254 127 239
Hex FE 7F EF

RGB Percentages of Color #fe7fef

%40.97
%20.48
%38.55

CMYK Percentages of Color #fe7fef

%0
%50
%6
%0

Triadic Colors of #fe7fef

#fe7fef #effe7f #7feffe

Analogous Colors of #fe7fef

#fe7fef #fe7fb0 #ce7ffe

Monochromatic Colors of #fe7fef

#fe7fef

Complementary Color

#fe7fef #7ffe8e

#fe7fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7fef Color CSS Codes

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

#fe7fef Text Font Color

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

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


#fe7fef Background Color

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

This div background color is #fe7fef


#fe7fef Border Color

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

This div border color is #fe7fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7fef


Comments

No comments written yet.

Please login to write comment.