Color Hex Logo

#fd8890 Color Hex

#FD8890
(253,136,144)
0 Favorites   0 Comments

Color spaces of #fd8890

RGB 253136144
HSL0.990.970.76
HSV356°46°99°
CMYK 0.000.460.43   0.01
XYZ54.346240.504631.3394
Yxy40.50460.43070.3210
Hunter Lab63.643241.049015.3545
CIE-Lab69.827445.053115.9278

#fd8890 color RGB value is (253,136,144).

#fd8890 hex color red value is 253, green value is 136 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fd8890 hue: 0.99 , saturation: 0.97 and the lightness value of fd8890 is 0.76.

The process color (four color CMYK) of #fd8890 color hex is 0.00, 0.46, 0.43, 0.01. Web safe color of #fd8890 is #ff9999. Color #fd8890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 10010000
Octal 375 210 220
Decimal 253 136 144
Hex FD 88 90

RGB Percentages of Color #fd8890

%47.47
%25.52
%27.02

CMYK Percentages of Color #fd8890

%0
%46
%43
%1

Triadic Colors of #fd8890

#fd8890 #90fd88 #8890fd

Analogous Colors of #fd8890

#fd8890 #fdbb88 #fd88cb

Monochromatic Colors of #fd8890

#fd8890

Complementary Color

#fd8890 #88fdf5

#fd8890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8890 Color CSS Codes

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

#fd8890 Text Font Color

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

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


#fd8890 Background Color

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

This div background color is #fd8890


#fd8890 Border Color

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

This div border color is #fd8890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8890


Comments

No comments written yet.

Please login to write comment.