Color Hex Logo

#fc89db Color Hex

#FC89DB
(252,137,219)
0 Favorites   0 Comments

Color spaces of #fc89db

RGB 252137219
HSL0.880.950.76
HSV317°46°99°
CMYK 0.000.460.13   0.01
XYZ61.876743.701272.1918
Yxy43.70120.34810.2458
Hunter Lab66.106951.3907-18.4726
CIE-Lab72.028353.9117-22.6241

#fc89db color RGB value is (252,137,219).

#fc89db hex color red value is 252, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fc89db hue: 0.88 , saturation: 0.95 and the lightness value of fc89db is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001001 11011011
Octal 374 211 333
Decimal 252 137 219
Hex FC 89 DB

RGB Percentages of Color #fc89db

%41.45
%22.53
%36.02

CMYK Percentages of Color #fc89db

%0
%46
%13
%1

Triadic Colors of #fc89db

#fc89db #dbfc89 #89dbfc

Analogous Colors of #fc89db

#fc89db #fc89a2 #e489fc

Monochromatic Colors of #fc89db

#fc89db

Complementary Color

#fc89db #89fcaa

#fc89db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc89db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc89db Color CSS Codes

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

#fc89db Text Font Color

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

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


#fc89db Background Color

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

This div background color is #fc89db


#fc89db Border Color

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

This div border color is #fc89db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc89db


Comments

No comments written yet.

Please login to write comment.