Color Hex Logo

#fc7dca Color Hex

#FC7DCA
(252,125,202)
0 Favorites   0 Comments

Color spaces of #fc7dca

RGB 252125202
HSL0.900.950.74
HSV324°50°99°
CMYK 0.000.500.20   0.01
XYZ58.139239.626960.4616
Yxy39.62690.36740.2504
Hunter Lab62.949954.6965-12.8814
CIE-Lab69.203057.1832-17.4862

#fc7dca color RGB value is (252,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111101 11001010
Octal 374 175 312
Decimal 252 125 202
Hex FC 7D CA

RGB Percentages of Color #fc7dca

%43.52
%21.59
%34.89

CMYK Percentages of Color #fc7dca

%0
%50
%20
%1

Triadic Colors of #fc7dca

#fc7dca #cafc7d #7dcafc

Analogous Colors of #fc7dca

#fc7dca #fc7d8b #ef7dfc

Monochromatic Colors of #fc7dca

#fc7dca

Complementary Color

#fc7dca #7dfcaf

#fc7dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7dca Color CSS Codes

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

#fc7dca Text Font Color

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

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


#fc7dca Background Color

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

This div background color is #fc7dca


#fc7dca Border Color

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

This div border color is #fc7dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7dca


Comments

No comments written yet.

Please login to write comment.