Color Hex Logo

#fe7feb Color Hex

#FE7FEB
(254,127,235)
0 Favorites   0 Comments

Color spaces of #fe7feb

RGB 254127235
HSL0.860.980.75
HSV309°50°100°
CMYK 0.000.500.07   0.00
XYZ63.457842.247783.4073
Yxy42.24770.33560.2234
Hunter Lab64.998260.5227-30.5836
CIE-Lab71.041461.8258-32.9260

#fe7feb color RGB value is (254,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111111 11101011
Octal 376 177 353
Decimal 254 127 235
Hex FE 7F EB

RGB Percentages of Color #fe7feb

%41.23
%20.62
%38.15

CMYK Percentages of Color #fe7feb

%0
%50
%7
%0

Triadic Colors of #fe7feb

#fe7feb #ebfe7f #7febfe

Analogous Colors of #fe7feb

#fe7feb #fe7fac #d27ffe

Monochromatic Colors of #fe7feb

#fe7feb

Complementary Color

#fe7feb #7ffe92

#fe7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7feb Color CSS Codes

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

#fe7feb Text Font Color

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

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


#fe7feb Background Color

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

This div background color is #fe7feb


#fe7feb Border Color

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

This div border color is #fe7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7feb


Comments

No comments written yet.

Please login to write comment.