Color Hex Logo

#fc7dde Color Hex

#FC7DDE
(252,125,222)
0 Favorites   0 Comments

Color spaces of #fc7dde

RGB 252125222
HSL0.870.950.74
HSV314°50°99°
CMYK 0.000.500.12   0.01
XYZ60.663340.636673.7536
Yxy40.63660.34650.2321
Hunter Lab63.746858.3087-23.9743
CIE-Lab69.920660.1455-27.5069

#fc7dde color RGB value is (252,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111101 11011110
Octal 374 175 336
Decimal 252 125 222
Hex FC 7D DE

RGB Percentages of Color #fc7dde

%42.07
%20.87
%37.06

CMYK Percentages of Color #fc7dde

%0
%50
%12
%1

Triadic Colors of #fc7dde

#fc7dde #defc7d #7ddefc

Analogous Colors of #fc7dde

#fc7dde #fc7d9f #db7dfc

Monochromatic Colors of #fc7dde

#fc7dde

Complementary Color

#fc7dde #7dfc9b

#fc7dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7dde Color CSS Codes

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

#fc7dde Text Font Color

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

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


#fc7dde Background Color

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

This div background color is #fc7dde


#fc7dde Border Color

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

This div border color is #fc7dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7dde

Related Colors


Comments

No comments written yet.

Please login to write comment.