Color Hex Logo

#fc31ef Color Hex

#FC31EF
(252,49,239)
0 Favorites   0 Comments

Color spaces of #fc31ef

RGB 25249239
HSL0.840.970.59
HSV304°81°99°
CMYK 0.000.810.05   0.01
XYZ56.823229.124184.2879
Yxy29.12410.33380.1711
Hunter Lab53.966793.5062-54.8253
CIE-Lab60.891089.7837-51.0684

#fc31ef color RGB value is (252,49,239).

#fc31ef hex color red value is 252, green value is 49 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fc31ef hue: 0.84 , saturation: 0.97 and the lightness value of fc31ef is 0.59.

The process color (four color CMYK) of #fc31ef color hex is 0.00, 0.81, 0.05, 0.01. Web safe color of #fc31ef is #ff33ff. Color #fc31ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 11101111
Octal 374 61 357
Decimal 252 49 239
Hex FC 31 EF

RGB Percentages of Color #fc31ef

%46.67
%9.07
%44.26

CMYK Percentages of Color #fc31ef

%0
%81
%5
%1

Triadic Colors of #fc31ef

#fc31ef #effc31 #31effc

Analogous Colors of #fc31ef

#fc31ef #fc318a #a431fc

Monochromatic Colors of #fc31ef

#fc31ef

Complementary Color

#fc31ef #31fc3e

#fc31ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc31ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc31ef Color CSS Codes

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

#fc31ef Text Font Color

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

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


#fc31ef Background Color

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

This div background color is #fc31ef


#fc31ef Border Color

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

This div border color is #fc31ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc31ef


Comments

No comments written yet.

Please login to write comment.