Color Hex Logo

#fc79db Color Hex

#FC79DB
(252,121,219)
0 Favorites   0 Comments

Color spaces of #fc79db

RGB 252121219
HSL0.880.960.73
HSV315°52°99°
CMYK 0.000.520.13   0.01
XYZ59.768439.484771.4890
Yxy39.48470.35010.2313
Hunter Lab62.836959.8190-23.4680
CIE-Lab69.100961.5511-27.1036

#fc79db color RGB value is (252,121,219).

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

The process color (four color CMYK) of #fc79db color hex is 0.00, 0.52, 0.13, 0.01. Web safe color of #fc79db is #ff66cc. Color #fc79db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 11011011
Octal 374 171 333
Decimal 252 121 219
Hex FC 79 DB

RGB Percentages of Color #fc79db

%42.57
%20.44
%36.99

CMYK Percentages of Color #fc79db

%0
%52
%13
%1

Triadic Colors of #fc79db

#fc79db #dbfc79 #79dbfc

Analogous Colors of #fc79db

#fc79db #fc799a #dc79fc

Monochromatic Colors of #fc79db

#fc79db

Complementary Color

#fc79db #79fc9a

#fc79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc79db Color CSS Codes

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

#fc79db Text Font Color

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

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


#fc79db Background Color

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

This div background color is #fc79db


#fc79db Border Color

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

This div border color is #fc79db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc79db


Comments

No comments written yet.

Please login to write comment.