Color Hex Logo

#fc31eb Color Hex

#FC31EB
(252,49,235)
0 Favorites   0 Comments

Color spaces of #fc31eb

RGB 25249235
HSL0.850.970.59
HSV305°81°99°
CMYK 0.000.810.07   0.01
XYZ56.238628.890281.2095
Yxy28.89020.33810.1737
Hunter Lab53.749692.7040-51.9557
CIE-Lab60.684689.2239-49.1608

#fc31eb color RGB value is (252,49,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 11101011
Octal 374 61 353
Decimal 252 49 235
Hex FC 31 EB

RGB Percentages of Color #fc31eb

%47.01
%9.14
%43.84

CMYK Percentages of Color #fc31eb

%0
%81
%7
%1

Triadic Colors of #fc31eb

#fc31eb #ebfc31 #31ebfc

Analogous Colors of #fc31eb

#fc31eb #fc3186 #a831fc

Monochromatic Colors of #fc31eb

#fc31eb

Complementary Color

#fc31eb #31fc42

#fc31eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc31eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc31eb Color CSS Codes

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

#fc31eb Text Font Color

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

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


#fc31eb Background Color

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

This div background color is #fc31eb


#fc31eb Border Color

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

This div border color is #fc31eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc31eb

Related Colors


Comments

No comments written yet.

Please login to write comment.