Color Hex Logo

#fc44db Color Hex

#FC44DB
(252,68,219)
0 Favorites   0 Comments

Color spaces of #fc44db

RGB 25268219
HSL0.860.970.63
HSV311°73°99°
CMYK 0.000.730.13   0.01
XYZ54.998229.944269.8989
Yxy29.94420.35520.1934
Hunter Lab54.721383.6410-37.4299
CIE-Lab61.606082.1431-38.7273

#fc44db color RGB value is (252,68,219).

#fc44db hex color red value is 252, green value is 68 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fc44db hue: 0.86 , saturation: 0.97 and the lightness value of fc44db is 0.63.

The process color (four color CMYK) of #fc44db color hex is 0.00, 0.73, 0.13, 0.01. Web safe color of #fc44db is #ff33cc. Color #fc44db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000100 11011011
Octal 374 104 333
Decimal 252 68 219
Hex FC 44 DB

RGB Percentages of Color #fc44db

%46.75
%12.62
%40.63

CMYK Percentages of Color #fc44db

%0
%73
%13
%1

Triadic Colors of #fc44db

#fc44db #dbfc44 #44dbfc

Analogous Colors of #fc44db

#fc44db #fc447f #c144fc

Monochromatic Colors of #fc44db

#fc44db

Complementary Color

#fc44db #44fc65

#fc44db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc44db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc44db Color CSS Codes

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

#fc44db Text Font Color

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

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


#fc44db Background Color

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

This div background color is #fc44db


#fc44db Border Color

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

This div border color is #fc44db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,68,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 #fc44db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc44db


Comments

No comments written yet.

Please login to write comment.