Color Hex Logo

#fc6fdf Color Hex

#FC6FDF
(252,111,223)
0 Favorites   0 Comments

Color spaces of #fc6fdf

RGB 252111223
HSL0.870.960.71
HSV312°56°99°
CMYK 0.000.560.12   0.01
XYZ59.148637.392073.9119
Yxy37.39200.34700.2194
Hunter Lab61.149065.6499-28.8606
CIE-Lab67.570166.6636-31.6850

#fc6fdf color RGB value is (252,111,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101111 11011111
Octal 374 157 337
Decimal 252 111 223
Hex FC 6F DF

RGB Percentages of Color #fc6fdf

%43.00
%18.94
%38.05

CMYK Percentages of Color #fc6fdf

%0
%56
%12
%1

Triadic Colors of #fc6fdf

#fc6fdf #dffc6f #6fdffc

Analogous Colors of #fc6fdf

#fc6fdf #fc6f99 #d36ffc

Monochromatic Colors of #fc6fdf

#fc6fdf

Complementary Color

#fc6fdf #6ffc8c

#fc6fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6fdf Color CSS Codes

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

#fc6fdf Text Font Color

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

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


#fc6fdf Background Color

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

This div background color is #fc6fdf


#fc6fdf Border Color

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

This div border color is #fc6fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6fdf


Comments

No comments written yet.

Please login to write comment.