Color Hex Logo

#fd818d Color Hex

#FD818D
(253,129,141)
0 Favorites   0 Comments

Color spaces of #fd818d

RGB 253129141
HSL0.980.970.75
HSV354°49°99°
CMYK 0.000.490.44   0.01
XYZ53.166038.506229.8296
Yxy38.50620.43760.3169
Hunter Lab62.053444.341614.9361
CIE-Lab68.392148.213915.6085

#fd818d color RGB value is (253,129,141).

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

The process color (four color CMYK) of #fd818d color hex is 0.00, 0.49, 0.44, 0.01. Web safe color of #fd818d is #ff9999. Color #fd818d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 10001101
Octal 375 201 215
Decimal 253 129 141
Hex FD 81 8D

RGB Percentages of Color #fd818d

%48.37
%24.67
%26.96

CMYK Percentages of Color #fd818d

%0
%49
%44
%1

Triadic Colors of #fd818d

#fd818d #8dfd81 #818dfd

Analogous Colors of #fd818d

#fd818d #fdb381 #fd81cb

Monochromatic Colors of #fd818d

#fd818d

Complementary Color

#fd818d #81fdf1

#fd818d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd818d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd818d Color CSS Codes

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

#fd818d Text Font Color

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

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


#fd818d Background Color

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

This div background color is #fd818d


#fd818d Border Color

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

This div border color is #fd818d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd818d


Comments

No comments written yet.

Please login to write comment.