Color Hex Logo

#fc31ea Color Hex

#FC31EA
(252,49,234)
0 Favorites   0 Comments

Color spaces of #fc31ea

RGB 25249234
HSL0.850.970.59
HSV305°81°99°
CMYK 0.000.810.07   0.01
XYZ56.094528.832680.4506
Yxy28.83260.33920.1743
Hunter Lab53.696092.5053-51.2447
CIE-Lab60.633689.0849-48.6820

#fc31ea color RGB value is (252,49,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 11101010
Octal 374 61 352
Decimal 252 49 234
Hex FC 31 EA

RGB Percentages of Color #fc31ea

%47.10
%9.16
%43.74

CMYK Percentages of Color #fc31ea

%0
%81
%7
%1

Triadic Colors of #fc31ea

#fc31ea #eafc31 #31eafc

Analogous Colors of #fc31ea

#fc31ea #fc3185 #a931fc

Monochromatic Colors of #fc31ea

#fc31ea

Complementary Color

#fc31ea #31fc43

#fc31ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc31ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc31ea Color CSS Codes

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

#fc31ea Text Font Color

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

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


#fc31ea Background Color

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

This div background color is #fc31ea


#fc31ea Border Color

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

This div border color is #fc31ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc31ea

Related Colors


Comments

No comments written yet.

Please login to write comment.