Color Hex Logo

#fe7efc Color Hex

#FE7EFC
(254,126,252)
0 Favorites   0 Comments

Color spaces of #fe7efc

RGB 254126252
HSL0.840.980.75
HSV301°50°100°
CMYK 0.000.500.01   0.00
XYZ65.904643.020896.9258
Yxy43.02080.32020.2090
Hunter Lab65.590264.5726-41.7025
CIE-Lab71.569165.0971-41.4120

#fe7efc color RGB value is (254,126,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 11111100
Octal 376 176 374
Decimal 254 126 252
Hex FE 7E FC

RGB Percentages of Color #fe7efc

%40.19
%19.94
%39.87

CMYK Percentages of Color #fe7efc

%0
%50
%1
%0

Triadic Colors of #fe7efc

#fe7efc #fcfe7e #7efcfe

Analogous Colors of #fe7efc

#fe7efc #fe7ebc #c07efe

Monochromatic Colors of #fe7efc

#fe7efc

Complementary Color

#fe7efc #7efe80

#fe7efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7efc Color CSS Codes

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

#fe7efc Text Font Color

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

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


#fe7efc Background Color

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

This div background color is #fe7efc


#fe7efc Border Color

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

This div border color is #fe7efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7efc

Related Colors


Comments

No comments written yet.

Please login to write comment.