Color Hex Logo

#fd709d Color Hex

#FD709D
(253,112,157)
0 Favorites   0 Comments

Color spaces of #fd709d

RGB 253112157
HSL0.950.970.72
HSV341°56°99°
CMYK 0.000.560.38   0.01
XYZ52.388034.905335.8745
Yxy34.90530.42530.2834
Hunter Lab59.080754.88815.3549
CIE-Lab65.674957.90652.6833

#fd709d color RGB value is (253,112,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110000 10011101
Octal 375 160 235
Decimal 253 112 157
Hex FD 70 9D

RGB Percentages of Color #fd709d

%48.47
%21.46
%30.08

CMYK Percentages of Color #fd709d

%0
%56
%38
%1

Triadic Colors of #fd709d

#fd709d #9dfd70 #709dfd

Analogous Colors of #fd709d

#fd709d #fd8a70 #fd70e4

Monochromatic Colors of #fd709d

#fd709d

Complementary Color

#fd709d #70fdd0

#fd709d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd709d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd709d Color CSS Codes

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

#fd709d Text Font Color

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

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


#fd709d Background Color

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

This div background color is #fd709d


#fd709d Border Color

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

This div border color is #fd709d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd709d


Comments

No comments written yet.

Please login to write comment.