Color Hex Logo

#fd817d Color Hex

#FD817D
(253,129,125)
0 Favorites   0 Comments

Color spaces of #fd817d

RGB 253129125
HSL0.010.970.74
HSV51°99°
CMYK 0.000.490.51   0.01
XYZ52.059938.063824.0052
Yxy38.06380.45620.3335
Hunter Lab61.695942.653220.1180
CIE-Lab68.067646.735424.1224

#fd817d color RGB value is (253,129,125).

#fd817d hex color red value is 253, green value is 129 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fd817d hue: 0.01 , saturation: 0.97 and the lightness value of fd817d is 0.74.

The process color (four color CMYK) of #fd817d color hex is 0.00, 0.49, 0.51, 0.01. Web safe color of #fd817d is #ff9966. Color #fd817d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 01111101
Octal 375 201 175
Decimal 253 129 125
Hex FD 81 7D

RGB Percentages of Color #fd817d

%49.90
%25.44
%24.65

CMYK Percentages of Color #fd817d

%0
%49
%51
%1

Triadic Colors of #fd817d

#fd817d #7dfd81 #817dfd

Analogous Colors of #fd817d

#fd817d #fdc17d #fd7db9

Monochromatic Colors of #fd817d

#fd817d

Complementary Color

#fd817d #7df9fd

#fd817d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd817d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd817d Color CSS Codes

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

#fd817d Text Font Color

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

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


#fd817d Background Color

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

This div background color is #fd817d


#fd817d Border Color

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

This div border color is #fd817d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd817d

Related Colors


Comments

No comments written yet.

Please login to write comment.