Color Hex Logo

#fd816d Color Hex

#FD816D
(253,129,109)
0 Favorites   0 Comments

Color spaces of #fd816d

RGB 253129109
HSL0.020.970.71
HSV57°99°
CMYK 0.000.490.57   0.01
XYZ51.118637.687319.0481
Yxy37.68730.47400.3494
Hunter Lab61.390041.202024.5765
CIE-Lab67.789545.453432.6084

#fd816d color RGB value is (253,129,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 01101101
Octal 375 201 155
Decimal 253 129 109
Hex FD 81 6D

RGB Percentages of Color #fd816d

%51.53
%26.27
%22.20

CMYK Percentages of Color #fd816d

%0
%49
%57
%1

Triadic Colors of #fd816d

#fd816d #6dfd81 #816dfd

Analogous Colors of #fd816d

#fd816d #fdc96d #fd6da1

Monochromatic Colors of #fd816d

#fd816d

Complementary Color

#fd816d #6de9fd

#fd816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd816d Color CSS Codes

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

#fd816d Text Font Color

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

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


#fd816d Background Color

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

This div background color is #fd816d


#fd816d Border Color

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

This div border color is #fd816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd816d


Comments

No comments written yet.

Please login to write comment.