Color Hex Logo

#fc8cfe Color Hex

#FC8CFE
(252,140,254)
0 Favorites   0 Comments

Color spaces of #fc8cfe

RGB 252140254
HSL0.830.980.77
HSV299°45°100°
CMYK 0.010.450.00   0.00
XYZ67.412446.607499.2090
Yxy46.60740.31620.2186
Hunter Lab68.269656.7869-38.3712
CIE-Lab73.937958.2361-38.8268

#fc8cfe color RGB value is (252,140,254).

#fc8cfe hex color red value is 252, green value is 140 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fc8cfe hue: 0.83 , saturation: 0.98 and the lightness value of fc8cfe is 0.77.

The process color (four color CMYK) of #fc8cfe color hex is 0.01, 0.45, 0.00, 0.00. Web safe color of #fc8cfe is #ff99ff. Color #fc8cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001100 11111110
Octal 374 214 376
Decimal 252 140 254
Hex FC 8C FE

RGB Percentages of Color #fc8cfe

%39.01
%21.67
%39.32

CMYK Percentages of Color #fc8cfe

%1
%45
%0
%0

Triadic Colors of #fc8cfe

#fc8cfe #fefc8c #8cfefc

Analogous Colors of #fc8cfe

#fc8cfe #fe8cc7 #c38cfe

Monochromatic Colors of #fc8cfe

#fc8cfe

Complementary Color

#fc8cfe #8efe8c

#fc8cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8cfe Color CSS Codes

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

#fc8cfe Text Font Color

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

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


#fc8cfe Background Color

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

This div background color is #fc8cfe


#fc8cfe Border Color

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

This div border color is #fc8cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.