Color Hex Logo

#fd7889 Color Hex

#FD7889
(253,120,137)
0 Favorites   0 Comments

Color spaces of #fd7889

RGB 253120137
HSL0.980.970.73
HSV352°53°99°
CMYK 0.000.530.46   0.01
XYZ51.739836.121727.9121
Yxy36.12170.44690.3120
Hunter Lab60.101348.489114.5356
CIE-Lab66.612852.165915.3860

#fd7889 color RGB value is (253,120,137).

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

The process color (four color CMYK) of #fd7889 color hex is 0.00, 0.53, 0.46, 0.01. Web safe color of #fd7889 is #ff6699. Color #fd7889 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111000 10001001
Octal 375 170 211
Decimal 253 120 137
Hex FD 78 89

RGB Percentages of Color #fd7889

%49.61
%23.53
%26.86

CMYK Percentages of Color #fd7889

%0
%53
%46
%1

Triadic Colors of #fd7889

#fd7889 #89fd78 #7889fd

Analogous Colors of #fd7889

#fd7889 #fdaa78 #fd78cc

Monochromatic Colors of #fd7889

#fd7889

Complementary Color

#fd7889 #78fdec

#fd7889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7889 Color CSS Codes

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

#fd7889 Text Font Color

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

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


#fd7889 Background Color

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

This div background color is #fd7889


#fd7889 Border Color

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

This div border color is #fd7889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7889

#fd7889 Color Palettes


Comments

No comments written yet.

Please login to write comment.