Color Hex Logo

#fd867a Color Hex

#FD867A
(253,134,122)
0 Favorites   0 Comments

Color spaces of #fd867a

RGB 253134122
HSL0.020.970.74
HSV52°99°
CMYK 0.000.470.52   0.01
XYZ52.546039.338023.2359
Yxy39.33800.45640.3417
Hunter Lab62.720039.784921.9388
CIE-Lab68.995444.005627.0268

#fd867a color RGB value is (253,134,122).

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

The process color (four color CMYK) of #fd867a color hex is 0.00, 0.47, 0.52, 0.01. Web safe color of #fd867a is #ff9966. Color #fd867a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 01111010
Octal 375 206 172
Decimal 253 134 122
Hex FD 86 7A

RGB Percentages of Color #fd867a

%49.71
%26.33
%23.97

CMYK Percentages of Color #fd867a

%0
%47
%52
%1

Triadic Colors of #fd867a

#fd867a #7afd86 #867afd

Analogous Colors of #fd867a

#fd867a #fdc87a #fd7ab0

Monochromatic Colors of #fd867a

#fd867a

Complementary Color

#fd867a #7af1fd

#fd867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd867a Color CSS Codes

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

#fd867a Text Font Color

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

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


#fd867a Background Color

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

This div background color is #fd867a


#fd867a Border Color

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

This div border color is #fd867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd867a

Related Colors


Comments

No comments written yet.

Please login to write comment.