Color Hex Logo

#fc39db Color Hex

#FC39DB
(252,57,219)
0 Favorites   0 Comments

Color spaces of #fc39db

RGB 25257219
HSL0.860.970.61
HSV310°77°99°
CMYK 0.000.770.13   0.01
XYZ54.394228.736269.6976
Yxy28.73620.35590.1880
Hunter Lab53.606287.3133-39.5633
CIE-Lab60.548185.1723-40.3856

#fc39db color RGB value is (252,57,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111001 11011011
Octal 374 71 333
Decimal 252 57 219
Hex FC 39 DB

RGB Percentages of Color #fc39db

%47.73
%10.80
%41.48

CMYK Percentages of Color #fc39db

%0
%77
%13
%1

Triadic Colors of #fc39db

#fc39db #dbfc39 #39dbfc

Analogous Colors of #fc39db

#fc39db #fc397a #bc39fc

Monochromatic Colors of #fc39db

#fc39db

Complementary Color

#fc39db #39fc5a

#fc39db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc39db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc39db Color CSS Codes

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

#fc39db Text Font Color

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

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


#fc39db Background Color

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

This div background color is #fc39db


#fc39db Border Color

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

This div border color is #fc39db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc39db


Comments

No comments written yet.

Please login to write comment.