Color Hex Logo

#fe7fbf Color Hex

#FE7FBF
(254,127,191)
0 Favorites   0 Comments

Color spaces of #fe7fbf

RGB 254127191
HSL0.920.980.75
HSV330°50°100°
CMYK 0.000.500.25   0.00
XYZ57.866440.011253.9632
Yxy40.01120.38110.2635
Hunter Lab63.254452.6002-6.3030
CIE-Lab69.477555.3349-10.8989

#fe7fbf color RGB value is (254,127,191).

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

The process color (four color CMYK) of #fe7fbf color hex is 0.00, 0.50, 0.25, 0.00. Web safe color of #fe7fbf is #ff66cc. Color #fe7fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111111 10111111
Octal 376 177 277
Decimal 254 127 191
Hex FE 7F BF

RGB Percentages of Color #fe7fbf

%44.41
%22.20
%33.39

CMYK Percentages of Color #fe7fbf

%0
%50
%25
%0

Triadic Colors of #fe7fbf

#fe7fbf #bffe7f #7fbffe

Analogous Colors of #fe7fbf

#fe7fbf #fe7f80 #fe7ffe

Monochromatic Colors of #fe7fbf

#fe7fbf

Complementary Color

#fe7fbf #7ffebe

#fe7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7fbf Color CSS Codes

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

#fe7fbf Text Font Color

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

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


#fe7fbf Background Color

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

This div background color is #fe7fbf


#fe7fbf Border Color

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

This div border color is #fe7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7fbf


Comments

No comments written yet.

Please login to write comment.