Color Hex Logo

#fe748d Color Hex

#FE748D
(254,116,141)
0 Favorites   0 Comments

Color spaces of #fe748d

RGB 254116141
HSL0.970.990.73
HSV349°54°100°
CMYK 0.000.540.44   0.00
XYZ51.926235.484729.3117
Yxy35.48470.44490.3040
Hunter Lab59.569051.352312.5239
CIE-Lab66.124354.761212.4548

#fe748d color RGB value is (254,116,141).

#fe748d hex color red value is 254, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fe748d hue: 0.97 , saturation: 0.99 and the lightness value of fe748d is 0.73.

The process color (four color CMYK) of #fe748d color hex is 0.00, 0.54, 0.44, 0.00. Web safe color of #fe748d is #ff6699. Color #fe748d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110100 10001101
Octal 376 164 215
Decimal 254 116 141
Hex FE 74 8D

RGB Percentages of Color #fe748d

%49.71
%22.70
%27.59

CMYK Percentages of Color #fe748d

%0
%54
%44
%0

Triadic Colors of #fe748d

#fe748d #8dfe74 #748dfe

Analogous Colors of #fe748d

#fe748d #fea074 #fe74d2

Monochromatic Colors of #fe748d

#fe748d

Complementary Color

#fe748d #74fee5

#fe748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe748d Color CSS Codes

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

#fe748d Text Font Color

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

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


#fe748d Background Color

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

This div background color is #fe748d


#fe748d Border Color

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

This div border color is #fe748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe748d


Comments

No comments written yet.

Please login to write comment.