Color Hex Logo

#fe7dee Color Hex

#FE7DEE
(254,125,238)
0 Favorites   0 Comments

Color spaces of #fe7dee

RGB 254125238
HSL0.850.980.74
HSV307°51°100°
CMYK 0.000.510.06   0.00
XYZ63.639341.911185.6244
Yxy41.91110.33290.2192
Hunter Lab64.738862.1756-33.1006
CIE-Lab70.809663.2411-34.9329

#fe7dee color RGB value is (254,125,238).

#fe7dee hex color red value is 254, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fe7dee hue: 0.85 , saturation: 0.98 and the lightness value of fe7dee is 0.74.

The process color (four color CMYK) of #fe7dee color hex is 0.00, 0.51, 0.06, 0.00. Web safe color of #fe7dee is #ff66ff. Color #fe7dee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111101 11101110
Octal 376 175 356
Decimal 254 125 238
Hex FE 7D EE

RGB Percentages of Color #fe7dee

%41.17
%20.26
%38.57

CMYK Percentages of Color #fe7dee

%0
%51
%6
%0

Triadic Colors of #fe7dee

#fe7dee #eefe7d #7deefe

Analogous Colors of #fe7dee

#fe7dee #fe7dae #ce7dfe

Monochromatic Colors of #fe7dee

#fe7dee

Complementary Color

#fe7dee #7dfe8d

#fe7dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7dee Color CSS Codes

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

#fe7dee Text Font Color

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

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


#fe7dee Background Color

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

This div background color is #fe7dee


#fe7dee Border Color

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

This div border color is #fe7dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7dee


Comments

No comments written yet.

Please login to write comment.