Color Hex Logo

#fc86eb Color Hex

#FC86EB
(252,134,235)
0 Favorites   0 Comments

Color spaces of #fc86eb

RGB 252134235
HSL0.860.950.76
HSV309°47°99°
CMYK 0.000.470.07   0.01
XYZ63.665443.743883.6851
Yxy43.74380.33320.2289
Hunter Lab66.139156.0804-28.7216
CIE-Lab72.056957.9245-31.3780

#fc86eb color RGB value is (252,134,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 11101011
Octal 374 206 353
Decimal 252 134 235
Hex FC 86 EB

RGB Percentages of Color #fc86eb

%40.58
%21.58
%37.84

CMYK Percentages of Color #fc86eb

%0
%47
%7
%1

Triadic Colors of #fc86eb

#fc86eb #ebfc86 #86ebfc

Analogous Colors of #fc86eb

#fc86eb #fc86b0 #d286fc

Monochromatic Colors of #fc86eb

#fc86eb

Complementary Color

#fc86eb #86fc97

#fc86eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc86eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc86eb Color CSS Codes

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

#fc86eb Text Font Color

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

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


#fc86eb Background Color

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

This div background color is #fc86eb


#fc86eb Border Color

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

This div border color is #fc86eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc86eb

Related Colors


Comments

No comments written yet.

Please login to write comment.