Color Hex Logo

#fe7ecf Color Hex

#FE7ECF
(254,126,207)
0 Favorites   0 Comments

Color spaces of #fe7ecf

RGB 254126207
HSL0.890.980.75
HSV322°50°100°
CMYK 0.000.500.19   0.00
XYZ59.596440.497563.7072
Yxy40.49750.36380.2472
Hunter Lab63.637655.7987-14.8084
CIE-Lab69.822458.0299-19.3086

#fe7ecf color RGB value is (254,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 11001111
Octal 376 176 317
Decimal 254 126 207
Hex FE 7E CF

RGB Percentages of Color #fe7ecf

%43.27
%21.47
%35.26

CMYK Percentages of Color #fe7ecf

%0
%50
%19
%0

Triadic Colors of #fe7ecf

#fe7ecf #cffe7e #7ecffe

Analogous Colors of #fe7ecf

#fe7ecf #fe7e8f #ed7efe

Monochromatic Colors of #fe7ecf

#fe7ecf

Complementary Color

#fe7ecf #7efead

#fe7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7ecf Color CSS Codes

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

#fe7ecf Text Font Color

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

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


#fe7ecf Background Color

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

This div background color is #fe7ecf


#fe7ecf Border Color

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

This div border color is #fe7ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7ecf


Comments

No comments written yet.

Please login to write comment.