Color Hex Logo

#fc87fa Color Hex

#FC87FA
(252,135,250)
0 Favorites   0 Comments

Color spaces of #fc87fa

RGB 252135250
HSL0.840.950.76
HSV301°46°99°
CMYK 0.000.460.01   0.01
XYZ66.064244.925595.6320
Yxy44.92550.31970.2174
Hunter Lab67.026558.6410-37.6752
CIE-Lab72.842859.9639-38.3561

#fc87fa color RGB value is (252,135,250).

#fc87fa hex color red value is 252, green value is 135 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fc87fa hue: 0.84 , saturation: 0.95 and the lightness value of fc87fa is 0.76.

The process color (four color CMYK) of #fc87fa color hex is 0.00, 0.46, 0.01, 0.01. Web safe color of #fc87fa is #ff99ff. Color #fc87fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 11111010
Octal 374 207 372
Decimal 252 135 250
Hex FC 87 FA

RGB Percentages of Color #fc87fa

%39.56
%21.19
%39.25

CMYK Percentages of Color #fc87fa

%0
%46
%1
%1

Triadic Colors of #fc87fa

#fc87fa #fafc87 #87fafc

Analogous Colors of #fc87fa

#fc87fa #fc87c0 #c487fc

Monochromatic Colors of #fc87fa

#fc87fa

Complementary Color

#fc87fa #87fc89

#fc87fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc87fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc87fa Color CSS Codes

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

#fc87fa Text Font Color

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

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


#fc87fa Background Color

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

This div background color is #fc87fa


#fc87fa Border Color

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

This div border color is #fc87fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc87fa

Related Colors


Comments

No comments written yet.

Please login to write comment.