Color Hex Logo

#fc87ed Color Hex

#FC87ED
(252,135,237)
1 Favorites   0 Comments

Color spaces of #fc87ed

RGB 252135237
HSL0.850.950.76
HSV308°46°99°
CMYK 0.000.460.06   0.01
XYZ64.094944.137885.2620
Yxy44.13780.33120.2281
Hunter Lab66.436355.9457-29.5853
CIE-Lab72.320557.7699-32.0670

#fc87ed color RGB value is (252,135,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 11101101
Octal 374 207 355
Decimal 252 135 237
Hex FC 87 ED

RGB Percentages of Color #fc87ed

%40.38
%21.63
%37.98

CMYK Percentages of Color #fc87ed

%0
%46
%6
%1

Triadic Colors of #fc87ed

#fc87ed #edfc87 #87edfc

Analogous Colors of #fc87ed

#fc87ed #fc87b3 #d187fc

Monochromatic Colors of #fc87ed

#fc87ed

Complementary Color

#fc87ed #87fc96

#fc87ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc87ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc87ed Color CSS Codes

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

#fc87ed Text Font Color

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

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


#fc87ed Background Color

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

This div background color is #fc87ed


#fc87ed Border Color

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

This div border color is #fc87ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc87ed


Comments

No comments written yet.

Please login to write comment.