Color Hex Logo

#fe7ebc Color Hex

#FE7EBC
(254,126,188)
0 Favorites   0 Comments

Color spaces of #fe7ebc

RGB 254126188
HSL0.920.980.75
HSV331°50°100°
CMYK 0.000.500.26   0.00
XYZ57.411039.623452.1991
Yxy39.62340.38470.2655
Hunter Lab62.947152.6437-5.1034
CIE-Lab69.200555.4145-9.6327

#fe7ebc color RGB value is (254,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 10111100
Octal 376 176 274
Decimal 254 126 188
Hex FE 7E BC

RGB Percentages of Color #fe7ebc

%44.72
%22.18
%33.10

CMYK Percentages of Color #fe7ebc

%0
%50
%26
%0

Triadic Colors of #fe7ebc

#fe7ebc #bcfe7e #7ebcfe

Analogous Colors of #fe7ebc

#fe7ebc #fe807e #fe7efc

Monochromatic Colors of #fe7ebc

#fe7ebc

Complementary Color

#fe7ebc #7efec0

#fe7ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7ebc Color CSS Codes

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

#fe7ebc Text Font Color

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

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


#fe7ebc Background Color

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

This div background color is #fe7ebc


#fe7ebc Border Color

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

This div border color is #fe7ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,126,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 #fe7ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7ebc

Related Colors


Comments

No comments written yet.

Please login to write comment.