Color Hex Logo

#fc28db Color Hex

#FC28DB
(252,40,219)
0 Favorites   0 Comments

Color spaces of #fc28db

RGB 25240219
HSL0.860.970.57
HSV309°84°99°
CMYK 0.000.840.13   0.01
XYZ53.689927.327569.4628
Yxy27.32750.35680.1816
Hunter Lab52.275791.8464-42.1902
CIE-Lab59.276288.8550-42.3847

#fc28db color RGB value is (252,40,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101000 11011011
Octal 374 50 333
Decimal 252 40 219
Hex FC 28 DB

RGB Percentages of Color #fc28db

%49.32
%7.83
%42.86

CMYK Percentages of Color #fc28db

%0
%84
%13
%1

Triadic Colors of #fc28db

#fc28db #dbfc28 #28dbfc

Analogous Colors of #fc28db

#fc28db #fc2871 #b328fc

Monochromatic Colors of #fc28db

#fc28db

Complementary Color

#fc28db #28fc49

#fc28db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc28db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc28db Color CSS Codes

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

#fc28db Text Font Color

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

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


#fc28db Background Color

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

This div background color is #fc28db


#fc28db Border Color

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

This div border color is #fc28db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc28db


Comments

No comments written yet.

Please login to write comment.