Color Hex Logo

#fc128d Color Hex

#FC128D
(252,18,141)
0 Favorites   0 Comments

Color spaces of #fc128d

RGB 25218141
HSL0.910.980.53
HSV328°93°99°
CMYK 0.000.930.44   0.01
XYZ45.168923.051127.2680
Yxy23.05110.47300.2414
Hunter Lab48.011683.9112-0.0655
CIE-Lab55.124983.6118-3.4358

#fc128d color RGB value is (252,18,141).

#fc128d hex color red value is 252, green value is 18 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fc128d hue: 0.91 , saturation: 0.98 and the lightness value of fc128d is 0.53.

The process color (four color CMYK) of #fc128d color hex is 0.00, 0.93, 0.44, 0.01. Web safe color of #fc128d is #ff0099. Color #fc128d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 10001101
Octal 374 22 215
Decimal 252 18 141
Hex FC 12 8D

RGB Percentages of Color #fc128d

%61.31
%4.38
%34.31

CMYK Percentages of Color #fc128d

%0
%93
%44
%1

Triadic Colors of #fc128d

#fc128d #8dfc12 #128dfc

Analogous Colors of #fc128d

#fc128d #fc1218 #f612fc

Monochromatic Colors of #fc128d

#fc128d

Complementary Color

#fc128d #12fc81

#fc128d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc128d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc128d Color CSS Codes

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

#fc128d Text Font Color

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

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


#fc128d Background Color

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

This div background color is #fc128d


#fc128d Border Color

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

This div border color is #fc128d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc128d


Comments

No comments written yet.

Please login to write comment.