Color Hex Logo

#fc318e Color Hex

#FC318E
(252,49,142)
0 Favorites   0 Comments

Color spaces of #fc318e

RGB 25249142
HSL0.920.970.59
HSV333°81°99°
CMYK 0.000.810.44   0.01
XYZ46.125724.845127.9557
Yxy24.84510.46630.2511
Hunter Lab49.844977.95281.6384
CIE-Lab56.924278.5923-1.3846

#fc318e color RGB value is (252,49,142).

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

The process color (four color CMYK) of #fc318e color hex is 0.00, 0.81, 0.44, 0.01. Web safe color of #fc318e is #ff3399. Color #fc318e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 10001110
Octal 374 61 216
Decimal 252 49 142
Hex FC 31 8E

RGB Percentages of Color #fc318e

%56.88
%11.06
%32.05

CMYK Percentages of Color #fc318e

%0
%81
%44
%1

Triadic Colors of #fc318e

#fc318e #8efc31 #318efc

Analogous Colors of #fc318e

#fc318e #fc3a31 #fc31f4

Monochromatic Colors of #fc318e

#fc318e

Complementary Color

#fc318e #31fc9f

#fc318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc318e Color CSS Codes

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

#fc318e Text Font Color

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

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


#fc318e Background Color

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

This div background color is #fc318e


#fc318e Border Color

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

This div border color is #fc318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc318e


Comments

No comments written yet.

Please login to write comment.