Color Hex Logo

#fc87e2 Color Hex

#FC87E2
(252,135,226)
0 Favorites   0 Comments

Color spaces of #fc87e2

RGB 252135226
HSL0.870.950.76
HSV313°46°99°
CMYK 0.000.460.10   0.01
XYZ62.536343.514477.0546
Yxy43.51440.34150.2376
Hunter Lab65.965453.7813-23.0812
CIE-Lab71.902755.9874-26.6717

#fc87e2 color RGB value is (252,135,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 11100010
Octal 374 207 342
Decimal 252 135 226
Hex FC 87 E2

RGB Percentages of Color #fc87e2

%41.11
%22.02
%36.87

CMYK Percentages of Color #fc87e2

%0
%46
%10
%1

Triadic Colors of #fc87e2

#fc87e2 #e2fc87 #87e2fc

Analogous Colors of #fc87e2

#fc87e2 #fc87a8 #dc87fc

Monochromatic Colors of #fc87e2

#fc87e2

Complementary Color

#fc87e2 #87fca1

#fc87e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc87e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc87e2 Color CSS Codes

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

#fc87e2 Text Font Color

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

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


#fc87e2 Background Color

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

This div background color is #fc87e2


#fc87e2 Border Color

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

This div border color is #fc87e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc87e2

Related Colors


Comments

No comments written yet.

Please login to write comment.