Color Hex Logo

#fd739e Color Hex

#FD739E
(253,115,158)
0 Favorites   0 Comments

Color spaces of #fd739e

RGB 253115158
HSL0.950.970.72
HSV341°55°99°
CMYK 0.000.550.38   0.01
XYZ52.810335.612736.4383
Yxy35.61270.42300.2852
Hunter Lab59.676453.52905.5711
CIE-Lab66.222956.64282.9083

#fd739e color RGB value is (253,115,158).

#fd739e hex color red value is 253, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fd739e hue: 0.95 , saturation: 0.97 and the lightness value of fd739e is 0.72.

The process color (four color CMYK) of #fd739e color hex is 0.00, 0.55, 0.38, 0.01. Web safe color of #fd739e is #ff6699. Color #fd739e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 10011110
Octal 375 163 236
Decimal 253 115 158
Hex FD 73 9E

RGB Percentages of Color #fd739e

%48.10
%21.86
%30.04

CMYK Percentages of Color #fd739e

%0
%55
%38
%1

Triadic Colors of #fd739e

#fd739e #9efd73 #739efd

Analogous Colors of #fd739e

#fd739e #fd8d73 #fd73e3

Monochromatic Colors of #fd739e

#fd739e

Complementary Color

#fd739e #73fdd2

#fd739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd739e Color CSS Codes

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

#fd739e Text Font Color

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

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


#fd739e Background Color

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

This div background color is #fd739e


#fd739e Border Color

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

This div border color is #fd739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd739e


Comments

No comments written yet.

Please login to write comment.