Color Hex Logo

#fc91ec Color Hex

#FC91EC
(252,145,236)
0 Favorites   0 Comments

Color spaces of #fc91ec

RGB 252145236
HSL0.860.950.78
HSV309°42°99°
CMYK 0.000.420.06   0.01
XYZ65.410647.002484.9817
Yxy47.00240.33140.2381
Hunter Lab68.558350.3276-25.5023
CIE-Lab74.191352.6860-28.6393

#fc91ec color RGB value is (252,145,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 11101100
Octal 374 221 354
Decimal 252 145 236
Hex FC 91 EC

RGB Percentages of Color #fc91ec

%39.81
%22.91
%37.28

CMYK Percentages of Color #fc91ec

%0
%42
%6
%1

Triadic Colors of #fc91ec

#fc91ec #ecfc91 #91ecfc

Analogous Colors of #fc91ec

#fc91ec #fc91b7 #d791fc

Monochromatic Colors of #fc91ec

#fc91ec

Complementary Color

#fc91ec #91fca1

#fc91ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc91ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc91ec Color CSS Codes

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

#fc91ec Text Font Color

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

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


#fc91ec Background Color

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

This div background color is #fc91ec


#fc91ec Border Color

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

This div border color is #fc91ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc91ec

Related Colors


Comments

No comments written yet.

Please login to write comment.