Color Hex Logo

#fd89cc Color Hex

#FD89CC
(253,137,204)
0 Favorites   0 Comments

Color spaces of #fd89cc

RGB 253137204
HSL0.900.970.76
HSV325°46°99°
CMYK 0.000.460.19   0.01
XYZ60.352843.133662.2714
Yxy43.13360.36410.2602
Hunter Lab65.676249.0984-10.2430
CIE-Lab71.645651.9745-14.8990

#fd89cc color RGB value is (253,137,204).

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

The process color (four color CMYK) of #fd89cc color hex is 0.00, 0.46, 0.19, 0.01. Web safe color of #fd89cc is #ff99cc. Color #fd89cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 11001100
Octal 375 211 314
Decimal 253 137 204
Hex FD 89 CC

RGB Percentages of Color #fd89cc

%42.59
%23.06
%34.34

CMYK Percentages of Color #fd89cc

%0
%46
%19
%1

Triadic Colors of #fd89cc

#fd89cc #ccfd89 #89ccfd

Analogous Colors of #fd89cc

#fd89cc #fd8992 #f489fd

Monochromatic Colors of #fd89cc

#fd89cc

Complementary Color

#fd89cc #89fdba

#fd89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd89cc Color CSS Codes

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

#fd89cc Text Font Color

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

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


#fd89cc Background Color

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

This div background color is #fd89cc


#fd89cc Border Color

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

This div border color is #fd89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd89cc


Comments

No comments written yet.

Please login to write comment.