Color Hex Logo

#fc47db Color Hex

#FC47DB
(252,71,219)
0 Favorites   0 Comments

Color spaces of #fc47db

RGB 25271219
HSL0.860.970.63
HSV311°72°99°
CMYK 0.000.720.13   0.01
XYZ55.184330.316469.9609
Yxy30.31640.35500.1950
Hunter Lab55.060382.5463-36.7930
CIE-Lab61.926381.2322-38.2262

#fc47db color RGB value is (252,71,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 11011011
Octal 374 107 333
Decimal 252 71 219
Hex FC 47 DB

RGB Percentages of Color #fc47db

%46.49
%13.10
%40.41

CMYK Percentages of Color #fc47db

%0
%72
%13
%1

Triadic Colors of #fc47db

#fc47db #dbfc47 #47dbfc

Analogous Colors of #fc47db

#fc47db #fc4781 #c347fc

Monochromatic Colors of #fc47db

#fc47db

Complementary Color

#fc47db #47fc68

#fc47db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc47db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc47db Color CSS Codes

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

#fc47db Text Font Color

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

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


#fc47db Background Color

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

This div background color is #fc47db


#fc47db Border Color

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

This div border color is #fc47db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc47db

Related Colors


Comments

No comments written yet.

Please login to write comment.