Color Hex Logo

#fe4dbf Color Hex

#FE4DBF
(254,77,191)
0 Favorites   0 Comments

Color spaces of #fe4dbf

RGB 25477191
HSL0.890.990.65
HSV321°70°100°
CMYK 0.000.700.25   0.00
XYZ52.930930.140252.3181
Yxy30.14020.39100.2226
Hunter Lab54.900176.0223-18.0715
CIE-Lab61.775076.1276-22.5540

#fe4dbf color RGB value is (254,77,191).

#fe4dbf hex color red value is 254, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fe4dbf hue: 0.89 , saturation: 0.99 and the lightness value of fe4dbf is 0.65.

The process color (four color CMYK) of #fe4dbf color hex is 0.00, 0.70, 0.25, 0.00. Web safe color of #fe4dbf is #ff66cc. Color #fe4dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001101 10111111
Octal 376 115 277
Decimal 254 77 191
Hex FE 4D BF

RGB Percentages of Color #fe4dbf

%48.66
%14.75
%36.59

CMYK Percentages of Color #fe4dbf

%0
%70
%25
%0

Triadic Colors of #fe4dbf

#fe4dbf #bffe4d #4dbffe

Analogous Colors of #fe4dbf

#fe4dbf #fe4d67 #e54dfe

Monochromatic Colors of #fe4dbf

#fe4dbf

Complementary Color

#fe4dbf #4dfe8c

#fe4dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4dbf Color CSS Codes

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

#fe4dbf Text Font Color

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

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


#fe4dbf Background Color

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

This div background color is #fe4dbf


#fe4dbf Border Color

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

This div border color is #fe4dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4dbf


Comments

No comments written yet.

Please login to write comment.