Color Hex Logo

#fe7edb Color Hex

#FE7EDB
(254,126,219)
0 Favorites   0 Comments

Color spaces of #fe7edb

RGB 254126219
HSL0.880.980.75
HSV316°50°100°
CMYK 0.000.500.14   0.00
XYZ61.120141.107071.7309
Yxy41.10700.35130.2363
Hunter Lab64.114757.9619-21.4527
CIE-Lab70.250859.7998-25.3169

#fe7edb color RGB value is (254,126,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111110 11011011
Octal 376 176 333
Decimal 254 126 219
Hex FE 7E DB

RGB Percentages of Color #fe7edb

%42.40
%21.04
%36.56

CMYK Percentages of Color #fe7edb

%0
%50
%14
%0

Triadic Colors of #fe7edb

#fe7edb #dbfe7e #7edbfe

Analogous Colors of #fe7edb

#fe7edb #fe7e9b #e17efe

Monochromatic Colors of #fe7edb

#fe7edb

Complementary Color

#fe7edb #7efea1

#fe7edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7edb Color CSS Codes

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

#fe7edb Text Font Color

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

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


#fe7edb Background Color

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

This div background color is #fe7edb


#fe7edb Border Color

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

This div border color is #fe7edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7edb

Related Colors


Comments

No comments written yet.

Please login to write comment.