Color Hex Logo

#fe7fbc Color Hex

#FE7FBC
(254,127,188)
0 Favorites   0 Comments

Color spaces of #fe7fbc

RGB 254127188
HSL0.920.980.75
HSV331°50°100°
CMYK 0.000.500.26   0.00
XYZ57.539539.880452.2420
Yxy39.88040.38450.2665
Hunter Lab63.150952.1248-4.8424
CIE-Lab69.384354.9373-9.3586

#fe7fbc color RGB value is (254,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111111 10111100
Octal 376 177 274
Decimal 254 127 188
Hex FE 7F BC

RGB Percentages of Color #fe7fbc

%44.64
%22.32
%33.04

CMYK Percentages of Color #fe7fbc

%0
%50
%26
%0

Triadic Colors of #fe7fbc

#fe7fbc #bcfe7f #7fbcfe

Analogous Colors of #fe7fbc

#fe7fbc #fe827f #fe7ffc

Monochromatic Colors of #fe7fbc

#fe7fbc

Complementary Color

#fe7fbc #7ffec1

#fe7fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7fbc Color CSS Codes

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

#fe7fbc Text Font Color

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

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


#fe7fbc Background Color

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

This div background color is #fe7fbc


#fe7fbc Border Color

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

This div border color is #fe7fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7fbc


Comments

No comments written yet.

Please login to write comment.