Color Hex Logo

#fe736c Color Hex

#FE736C
(254,115,108)
0 Favorites   0 Comments

Color spaces of #fe736c

RGB 254115108
HSL0.010.990.71
HSV57°100°
CMYK 0.000.550.57   0.00
XYZ49.710634.415018.2101
Yxy34.41500.48580.3363
Hunter Lab58.664348.593722.6607
CIE-Lab65.290652.456329.9650

#fe736c color RGB value is (254,115,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 01101100
Octal 376 163 154
Decimal 254 115 108
Hex FE 73 6C

RGB Percentages of Color #fe736c

%53.25
%24.11
%22.64

CMYK Percentages of Color #fe736c

%0
%55
%57
%0

Triadic Colors of #fe736c

#fe736c #6cfe73 #736cfe

Analogous Colors of #fe736c

#fe736c #febc6c #fe6cae

Monochromatic Colors of #fe736c

#fe736c

Complementary Color

#fe736c #6cf7fe

#fe736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe736c Color CSS Codes

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

#fe736c Text Font Color

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

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


#fe736c Background Color

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

This div background color is #fe736c


#fe736c Border Color

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

This div border color is #fe736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe736c


Comments

No comments written yet.

Please login to write comment.