Color Hex Logo

#fc91ef Color Hex

#FC91EF
(252,145,239)
0 Favorites   0 Comments

Color spaces of #fc91ef

RGB 252145239
HSL0.850.950.78
HSV307°42°99°
CMYK 0.000.420.05   0.01
XYZ65.850347.178287.2970
Yxy47.17820.32870.2355
Hunter Lab68.686450.9285-27.2742
CIE-Lab74.303653.1888-30.1030

#fc91ef color RGB value is (252,145,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 11101111
Octal 374 221 357
Decimal 252 145 239
Hex FC 91 EF

RGB Percentages of Color #fc91ef

%39.62
%22.80
%37.58

CMYK Percentages of Color #fc91ef

%0
%42
%5
%1

Triadic Colors of #fc91ef

#fc91ef #effc91 #91effc

Analogous Colors of #fc91ef

#fc91ef #fc91ba #d491fc

Monochromatic Colors of #fc91ef

#fc91ef

Complementary Color

#fc91ef #91fc9e

#fc91ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc91ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc91ef Color CSS Codes

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

#fc91ef Text Font Color

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

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


#fc91ef Background Color

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

This div background color is #fc91ef


#fc91ef Border Color

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

This div border color is #fc91ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc91ef


Comments

No comments written yet.

Please login to write comment.