Color Hex Logo

#fe7fdb Color Hex

#FE7FDB
(254,127,219)
0 Favorites   0 Comments

Color spaces of #fe7fdb

RGB 254127219
HSL0.880.980.75
HSV317°50°100°
CMYK 0.000.500.14   0.00
XYZ61.248641.364071.7737
Yxy41.36400.35120.2372
Hunter Lab64.314957.4389-21.1457
CIE-Lab70.430259.3289-25.0422

#fe7fdb color RGB value is (254,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111111 11011011
Octal 376 177 333
Decimal 254 127 219
Hex FE 7F DB

RGB Percentages of Color #fe7fdb

%42.33
%21.17
%36.50

CMYK Percentages of Color #fe7fdb

%0
%50
%14
%0

Triadic Colors of #fe7fdb

#fe7fdb #dbfe7f #7fdbfe

Analogous Colors of #fe7fdb

#fe7fdb #fe7f9c #e27ffe

Monochromatic Colors of #fe7fdb

#fe7fdb

Complementary Color

#fe7fdb #7ffea2

#fe7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7fdb Color CSS Codes

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

#fe7fdb Text Font Color

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

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


#fe7fdb Background Color

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

This div background color is #fe7fdb


#fe7fdb Border Color

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

This div border color is #fe7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7fdb


Comments

No comments written yet.

Please login to write comment.