Color Hex Logo

#fc95ef Color Hex

#FC95EF
(252,149,239)
0 Favorites   0 Comments

Color spaces of #fc95ef

RGB 252149239
HSL0.850.940.79
HSV308°41°99°
CMYK 0.000.410.05   0.01
XYZ66.472348.422387.5043
Yxy48.42230.32840.2392
Hunter Lab69.586148.7368-25.8467
CIE-Lab75.090551.1857-28.8932

#fc95ef color RGB value is (252,149,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010101 11101111
Octal 374 225 357
Decimal 252 149 239
Hex FC 95 EF

RGB Percentages of Color #fc95ef

%39.38
%23.28
%37.34

CMYK Percentages of Color #fc95ef

%0
%41
%5
%1

Triadic Colors of #fc95ef

#fc95ef #effc95 #95effc

Analogous Colors of #fc95ef

#fc95ef #fc95bc #d695fc

Monochromatic Colors of #fc95ef

#fc95ef

Complementary Color

#fc95ef #95fca2

#fc95ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc95ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc95ef Color CSS Codes

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

#fc95ef Text Font Color

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

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


#fc95ef Background Color

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

This div background color is #fc95ef


#fc95ef Border Color

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

This div border color is #fc95ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,149,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 #fc95ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc95ef


Comments

No comments written yet.

Please login to write comment.