Color Hex Logo

#fc7ddf Color Hex

#FC7DDF
(252,125,223)
0 Favorites   0 Comments

Color spaces of #fc7ddf

RGB 252125223
HSL0.870.950.74
HSV314°50°99°
CMYK 0.000.500.12   0.01
XYZ60.797840.690474.4617
Yxy40.69040.34550.2313
Hunter Lab63.789058.4989-24.5576
CIE-Lab69.958560.3001-28.0019

#fc7ddf color RGB value is (252,125,223).

#fc7ddf hex color red value is 252, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fc7ddf hue: 0.87 , saturation: 0.95 and the lightness value of fc7ddf is 0.74.

The process color (four color CMYK) of #fc7ddf color hex is 0.00, 0.50, 0.12, 0.01. Web safe color of #fc7ddf is #ff66cc. Color #fc7ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111101 11011111
Octal 374 175 337
Decimal 252 125 223
Hex FC 7D DF

RGB Percentages of Color #fc7ddf

%42.00
%20.83
%37.17

CMYK Percentages of Color #fc7ddf

%0
%50
%12
%1

Triadic Colors of #fc7ddf

#fc7ddf #dffc7d #7ddffc

Analogous Colors of #fc7ddf

#fc7ddf #fc7da0 #da7dfc

Monochromatic Colors of #fc7ddf

#fc7ddf

Complementary Color

#fc7ddf #7dfc9a

#fc7ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7ddf Color CSS Codes

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

#fc7ddf Text Font Color

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

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


#fc7ddf Background Color

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

This div background color is #fc7ddf


#fc7ddf Border Color

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

This div border color is #fc7ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,125,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc7ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7ddf

Related Colors


Comments

No comments written yet.

Please login to write comment.