Color Hex Logo

#fe737c Color Hex

#FE737C
(254,115,124)
0 Favorites   0 Comments

Color spaces of #fe737c

RGB 254115124
HSL0.990.990.72
HSV356°55°100°
CMYK 0.000.550.51   0.00
XYZ50.641934.787523.1143
Yxy34.78750.46660.3205
Hunter Lab58.980950.046118.0512
CIE-Lab65.582953.696821.3520

#fe737c color RGB value is (254,115,124).

#fe737c hex color red value is 254, green value is 115 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fe737c hue: 0.99 , saturation: 0.99 and the lightness value of fe737c is 0.72.

The process color (four color CMYK) of #fe737c color hex is 0.00, 0.55, 0.51, 0.00. Web safe color of #fe737c is #ff6666. Color #fe737c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 01111100
Octal 376 163 174
Decimal 254 115 124
Hex FE 73 7C

RGB Percentages of Color #fe737c

%51.52
%23.33
%25.15

CMYK Percentages of Color #fe737c

%0
%55
%51
%0

Triadic Colors of #fe737c

#fe737c #7cfe73 #737cfe

Analogous Colors of #fe737c

#fe737c #feb073 #fe73c2

Monochromatic Colors of #fe737c

#fe737c

Complementary Color

#fe737c #73fef5

#fe737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe737c Color CSS Codes

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

#fe737c Text Font Color

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

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


#fe737c Background Color

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

This div background color is #fe737c


#fe737c Border Color

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

This div border color is #fe737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe737c

Related Colors


Comments

No comments written yet.

Please login to write comment.